Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#display_hintsTypes::RegistrationTypeDisplayHints

Provides help information on the registration.



4791
4792
4793
4794
4795
4796
4797
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4791

class RegistrationTypeDefinition < Struct.new(
  :registration_type,
  :supported_associations,
  :display_hints)
  SENSITIVE = []
  include Aws::Structure
end

#registration_typeString

The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
4797
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4791

class RegistrationTypeDefinition < Struct.new(
  :registration_type,
  :supported_associations,
  :display_hints)
  SENSITIVE = []
  include Aws::Structure
end

#supported_associationsArray<Types::SupportedAssociation>

The supported association behavior for the registration type.

Returns:



4791
4792
4793
4794
4795
4796
4797
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4791

class RegistrationTypeDefinition < Struct.new(
  :registration_type,
  :supported_associations,
  :display_hints)
  SENSITIVE = []
  include Aws::Structure
end