Class: Aws::Types::DescribeRegistrationTypeDefinitionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationTypeDefinitionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_type_definitions ⇒ ::Array[Types::RegistrationTypeDefinition]
Returns the value of attribute registration_type_definitions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
966 967 968 |
# File 'sig/types.rbs', line 966 def next_token @next_token end |
#registration_type_definitions ⇒ ::Array[Types::RegistrationTypeDefinition]
Returns the value of attribute registration_type_definitions.
965 966 967 |
# File 'sig/types.rbs', line 965 def registration_type_definitions @registration_type_definitions end |