Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationSectionDefinitionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationSectionDefinitionsResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#registration_section_definitions ⇒ Array<Types::RegistrationSectionDefinition>
An array of RegistrationSectionDefinition objects.
-
#registration_type ⇒ String
The type of registration form.
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
3675 3676 3677 3678 3679 3680 3681 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3675 class DescribeRegistrationSectionDefinitionsResult < Struct.new( :registration_type, :registration_section_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_section_definitions ⇒ Array<Types::RegistrationSectionDefinition>
An array of RegistrationSectionDefinition objects.
3675 3676 3677 3678 3679 3680 3681 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3675 class DescribeRegistrationSectionDefinitionsResult < Struct.new( :registration_type, :registration_section_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
3675 3676 3677 3678 3679 3680 3681 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3675 class DescribeRegistrationSectionDefinitionsResult < Struct.new( :registration_type, :registration_section_definitions, :next_token) SENSITIVE = [] include Aws::Structure end |