Class: Aws::PinpointSMSVoiceV2::Types::AssociateOriginationIdentityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::AssociateOriginationIdentityResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
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.
-
#origination_identity ⇒ String
The PhoneNumberId or SenderId of the origination identity.
-
#origination_identity_arn ⇒ String
The PhoneNumberArn or SenderIdArn of the origination identity.
-
#pool_arn ⇒ String
The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.
-
#pool_id ⇒ String
The PoolId of the pool that is now associated with the origination identity.
Instance Attribute Details
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
149 150 151 152 153 154 155 156 157 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 149 class AssociateOriginationIdentityResult < Struct.new( :pool_arn, :pool_id, :origination_identity_arn, :origination_identity, :iso_country_code) SENSITIVE = [] include Aws::Structure end |
#origination_identity ⇒ String
The PhoneNumberId or SenderId of the origination identity.
149 150 151 152 153 154 155 156 157 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 149 class AssociateOriginationIdentityResult < Struct.new( :pool_arn, :pool_id, :origination_identity_arn, :origination_identity, :iso_country_code) SENSITIVE = [] include Aws::Structure end |
#origination_identity_arn ⇒ String
The PhoneNumberArn or SenderIdArn of the origination identity.
149 150 151 152 153 154 155 156 157 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 149 class AssociateOriginationIdentityResult < Struct.new( :pool_arn, :pool_id, :origination_identity_arn, :origination_identity, :iso_country_code) SENSITIVE = [] include Aws::Structure end |
#pool_arn ⇒ String
The Amazon Resource Name (ARN) of the pool that is now associated with the origination identity.
149 150 151 152 153 154 155 156 157 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 149 class AssociateOriginationIdentityResult < Struct.new( :pool_arn, :pool_id, :origination_identity_arn, :origination_identity, :iso_country_code) SENSITIVE = [] include Aws::Structure end |
#pool_id ⇒ String
The PoolId of the pool that is now associated with the origination identity.
149 150 151 152 153 154 155 156 157 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 149 class AssociateOriginationIdentityResult < Struct.new( :pool_arn, :pool_id, :origination_identity_arn, :origination_identity, :iso_country_code) SENSITIVE = [] include Aws::Structure end |