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.
      3543 3544 3545 3546 3547 3548 3549 3550 3551  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3543 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.
      3543 3544 3545 3546 3547 3548 3549 3550 3551  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3543 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.
      3543 3544 3545 3546 3547 3548 3549 3550 3551  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3543 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.
      3543 3544 3545 3546 3547 3548 3549 3550 3551  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3543 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.
      3543 3544 3545 3546 3547 3548 3549 3550 3551  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3543 class OriginationIdentityMetadata < Struct.new( :origination_identity_arn, :origination_identity, :iso_country_code, :number_capabilities, :phone_number) SENSITIVE = [] include Aws::Structure end  |