Module: Aws::Schemas::Client::_CreateSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSchemaResponse]
- 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
117 |
# File 'sig/client.rbs', line 117
def description: () -> ::String
|
#last_modified ⇒ ::Time
118 |
# File 'sig/client.rbs', line 118
def last_modified: () -> ::Time
|
#schema_arn ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def schema_name: () -> ::String
|
#schema_version ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def schema_version: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
122 |
# File 'sig/client.rbs', line 122
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def type: () -> ::String
|
#version_created_date ⇒ ::Time
124 |
# File 'sig/client.rbs', line 124
def version_created_date: () -> ::Time
|