Struct aws_sdk_schemas::output::UpdateSchemaOutput
source · [−]#[non_exhaustive]pub struct UpdateSchemaOutput {
pub description: Option<String>,
pub last_modified: Option<DateTime>,
pub schema_arn: Option<String>,
pub schema_name: Option<String>,
pub schema_version: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub type: Option<String>,
pub version_created_date: Option<DateTime>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.description: Option<String>The description of the schema.
last_modified: Option<DateTime>The date and time that schema was modified.
schema_arn: Option<String>The ARN of the schema.
schema_name: Option<String>The name of the schema.
schema_version: Option<String>The version number of the schema
Key-value pairs associated with a resource.
type: Option<String>The type of the schema.
version_created_date: Option<DateTime>The date the schema version was created.
Implementations
The description of the schema.
The date and time that schema was modified.
The ARN of the schema.
The name of the schema.
The version number of the schema
Key-value pairs associated with a resource.
The date the schema version was created.
Creates a new builder-style object to manufacture UpdateSchemaOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateSchemaOutput
impl Send for UpdateSchemaOutput
impl Sync for UpdateSchemaOutput
impl Unpin for UpdateSchemaOutput
impl UnwindSafe for UpdateSchemaOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more