Class: Aws::Types::DescribeRegistrationFieldDefinitionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationFieldDefinitionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_field_definitions ⇒ ::Array[Types::RegistrationFieldDefinition]
Returns the value of attribute registration_field_definitions.
-
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
918 919 920 |
# File 'sig/types.rbs', line 918 def next_token @next_token end |
#registration_field_definitions ⇒ ::Array[Types::RegistrationFieldDefinition]
Returns the value of attribute registration_field_definitions.
917 918 919 |
# File 'sig/types.rbs', line 917 def registration_field_definitions @registration_field_definitions end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
916 917 918 |
# File 'sig/types.rbs', line 916 def registration_type @registration_type end |