Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Provides information on the supported registration type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_hints ⇒ Types::RegistrationTypeDisplayHints
Provides help information on the registration.
-
#registration_type ⇒ String
The type of registration form.
-
#supported_associations ⇒ Array<Types::SupportedAssociation>
The supported association behavior for the registration type.
Instance Attribute Details
#display_hints ⇒ Types::RegistrationTypeDisplayHints
Provides help information on the registration.
5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5128 class RegistrationTypeDefinition < Struct.new( :registration_type, :supported_associations, :display_hints) SENSITIVE = [] include Aws::Structure end |
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5128 class RegistrationTypeDefinition < Struct.new( :registration_type, :supported_associations, :display_hints) SENSITIVE = [] include Aws::Structure end |
#supported_associations ⇒ Array<Types::SupportedAssociation>
The supported association behavior for the registration type.
5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5128 class RegistrationTypeDefinition < Struct.new( :registration_type, :supported_associations, :display_hints) SENSITIVE = [] include Aws::Structure end |