Module: Aws::Schemas::Client::_ExportSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExportSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content ⇒ ::String
- #schema_arn ⇒ ::String
- #schema_name ⇒ ::String
- #schema_version ⇒ ::String
- #type ⇒ ::String
Instance Method Details
#content ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def content: () -> ::String
|
#schema_arn ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
473 |
# File 'sig/client.rbs', line 473
def schema_name: () -> ::String
|
#schema_version ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def schema_version: () -> ::String
|
#type ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def type: () -> ::String
|