Module: Aws::PinpointSMSVoiceV2::Client::_DescribeRegistrationFieldDefinitionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRegistrationFieldDefinitionsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #registration_field_definitions ⇒ ::Array[Types::RegistrationFieldDefinition]
- #registration_type ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
1002 |
# File 'sig/client.rbs', line 1002
def next_token: () -> ::String
|
#registration_field_definitions ⇒ ::Array[Types::RegistrationFieldDefinition]
1001 |
# File 'sig/client.rbs', line 1001
def registration_field_definitions: () -> ::Array[Types::RegistrationFieldDefinition]
|
#registration_type ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000
def registration_type: () -> ::String
|