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.
3870 3871 3872 3873 3874 3875 3876 3877 3878 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3870 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.
3870 3871 3872 3873 3874 3875 3876 3877 3878 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3870 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.
3870 3871 3872 3873 3874 3875 3876 3877 3878 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3870 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.
3870 3871 3872 3873 3874 3875 3876 3877 3878 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3870 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.
3870 3871 3872 3873 3874 3875 3876 3877 3878 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3870 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end |