Class: Aws::Types::ListSchemaMappingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSchemaMappingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_list ⇒ ::Array[Types::SchemaMappingSummary]
Returns the value of attribute schema_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
628 629 630 |
# File 'sig/types.rbs', line 628 def next_token @next_token end |
#schema_list ⇒ ::Array[Types::SchemaMappingSummary]
Returns the value of attribute schema_list.
627 628 629 |
# File 'sig/types.rbs', line 627 def schema_list @schema_list end |