Module: Aws::Schemas::Client::_UpdateSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #last_modified ⇒ ::Time
- #schema_arn ⇒ ::String
- #schema_name ⇒ ::String
- #schema_version ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ ::String
- #version_created_date ⇒ ::Time
Instance Method Details
#description ⇒ ::String
449 |
# File 'sig/client.rbs', line 449
def description: () -> ::String
|
#last_modified ⇒ ::Time
450 |
# File 'sig/client.rbs', line 450
def last_modified: () -> ::Time
|
#schema_arn ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def schema_name: () -> ::String
|
#schema_version ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def schema_version: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
454 |
# File 'sig/client.rbs', line 454
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def type: () -> ::String
|
#version_created_date ⇒ ::Time
456 |
# File 'sig/client.rbs', line 456
def version_created_date: () -> ::Time
|