Class: Aws::PinpointSMSVoiceV2::Types::CreateRegistrationAssociationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iso_country_codeString

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numberString

The phone number associated with the registration in E.164 format.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end

#registration_arnString

The Amazon Resource Name (ARN) for the registration.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end

#registration_idString

The unique identifier for the registration.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  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)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the origination identity that is associated with the registration.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier for the origination identity. For example this could be a PhoneNumberId or SenderId.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The registration type or origination identity type.

Returns:

  • (String)


801
802
803
804
805
806
807
808
809
810
811
812
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801

class CreateRegistrationAssociationResult < Struct.new(
  :registration_arn,
  :registration_id,
  :registration_type,
  :resource_arn,
  :resource_id,
  :resource_type,
  :iso_country_code,
  :phone_number)
  SENSITIVE = []
  include Aws::Structure
end