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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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.



4565
4566
4567
4568
4569
4570
4571
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4565

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)


4565
4566
4567
4568
4569
4570
4571
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4565

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:



4565
4566
4567
4568
4569
4570
4571
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4565

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