Class: Aws::PinpointSMSVoiceV2::Types::RegistrationAssociationMetadata

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

Overview

Metadata for the origination identity that is associated with the registration.

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)


4151
4152
4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4151

class RegistrationAssociationMetadata < Struct.new(
  :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)


4151
4152
4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4151

class RegistrationAssociationMetadata < Struct.new(
  :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)


4151
4152
4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4151

class RegistrationAssociationMetadata < Struct.new(
  :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)


4151
4152
4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4151

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

#resource_typeString

The origination identity type.

Returns:

  • (String)


4151
4152
4153
4154
4155
4156
4157
4158
4159
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4151

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