Class: Aws::Types::ListManagedSchemaArnsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedSchemaArnsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_arns ⇒ ::Array[::String]
Returns the value of attribute schema_arns.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def next_token @next_token end |
#schema_arns ⇒ ::Array[::String]
Returns the value of attribute schema_arns.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def schema_arns @schema_arns end |