Module: Aws::Schemas::Client::_ListSchemaVersionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSchemaVersionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def next_token: () -> ::String
|
#schema_versions ⇒ ::Array[Types::SchemaVersionSummary]
301 |
# File 'sig/client.rbs', line 301
def schema_versions: () -> ::Array[Types::SchemaVersionSummary]
|