Class: Aws::PinpointSMSVoiceV2::Types::OriginationIdentityMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::OriginationIdentityMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The metadata for an origination identity associated with a pool.
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.
-
#number_capabilities ⇒ Array<String>
Describes if the origination identity can be used for text messages, voice calls or both.
-
#origination_identity ⇒ String
The unique identifier of the origination identity.
-
#origination_identity_arn ⇒ String
The Amazon Resource Name (ARN) associated with the origination identity.
-
#phone_number ⇒ String
The phone number in E.164 format.
Instance Attribute Details
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
3718 3719 3720 3721 3722 3723 3724 3725 3726 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3718 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end |
#number_capabilities ⇒ Array<String>
Describes if the origination identity can be used for text messages, voice calls or both.
3718 3719 3720 3721 3722 3723 3724 3725 3726 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3718 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end |
#origination_identity ⇒ String
The unique identifier of the origination identity.
3718 3719 3720 3721 3722 3723 3724 3725 3726 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3718 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end |
#origination_identity_arn ⇒ String
The Amazon Resource Name (ARN) associated with the origination identity.
3718 3719 3720 3721 3722 3723 3724 3725 3726 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3718 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ String
The phone number in E.164 format.
3718 3719 3720 3721 3722 3723 3724 3725 3726 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3718 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end |