Module: Aws::PinpointSMSVoiceV2::Client::_DescribeRegistrationSectionDefinitionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRegistrationSectionDefinitionsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #registration_section_definitions ⇒ ::Array[Types::RegistrationSectionDefinition]
- #registration_type ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
1037 |
# File 'sig/client.rbs', line 1037
def next_token: () -> ::String
|
#registration_section_definitions ⇒ ::Array[Types::RegistrationSectionDefinition]
1036 |
# File 'sig/client.rbs', line 1036
def registration_section_definitions: () -> ::Array[Types::RegistrationSectionDefinition]
|
#registration_type ⇒ ::String
1035 |
# File 'sig/client.rbs', line 1035
def registration_type: () -> ::String
|