Class: Aws::Types::ListTypesByAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTypesByAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#types ⇒ ::Array[Types::Type]
Returns the value of attribute types.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def next_token @next_token end |
#types ⇒ ::Array[Types::Type]
Returns the value of attribute types.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def types @types end |