Class: Aws::PinpointSMSVoiceV2::Types::RegistrationAssociationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationAssociationMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
-
#phone_number ⇒ String
The phone number associated with the registration in E.164 format.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the origination identity that is associated with the registration.
-
#resource_id ⇒ String
The unique identifier for the origination identity.
-
#resource_type ⇒ String
The origination identity type.
Instance Attribute Details
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
4711 4712 4713 4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4711 class RegistrationAssociationMetadata < Struct.new( :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ String
The phone number associated with the registration in E.164 format.
4711 4712 4713 4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4711 class RegistrationAssociationMetadata < Struct.new( :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the origination identity that is associated with the registration.
4711 4712 4713 4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4711 class RegistrationAssociationMetadata < Struct.new( :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier for the origination identity. For example this could be a PhoneNumberId or SenderId.
4711 4712 4713 4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4711 class RegistrationAssociationMetadata < Struct.new( :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The origination identity type.
4711 4712 4713 4714 4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4711 class RegistrationAssociationMetadata < Struct.new( :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end |