Class: Aws::Types::ListSchemaExtensionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListSchemaExtensionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_extensions_info ⇒ ::Array[Types::SchemaExtensionInfo]
Returns the value of attribute schema_extensions_info.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def next_token @next_token end |
#schema_extensions_info ⇒ ::Array[Types::SchemaExtensionInfo]
Returns the value of attribute schema_extensions_info.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def schema_extensions_info @schema_extensions_info end |