Module: Aws::Schemas::Client::_DescribeSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content ⇒ ::String
- #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
#content ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def content: () -> ::String
|
#description ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def description: () -> ::String
|
#last_modified ⇒ ::Time
219 |
# File 'sig/client.rbs', line 219
def last_modified: () -> ::Time
|
#schema_arn ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def schema_name: () -> ::String
|
#schema_version ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def schema_version: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
223 |
# File 'sig/client.rbs', line 223
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ ::String
224 |
# File 'sig/client.rbs', line 224
def type: () -> ::String
|
#version_created_date ⇒ ::Time
225 |
# File 'sig/client.rbs', line 225
def version_created_date: () -> ::Time
|