Class: Aws::PinpointSMSVoiceV2::Types::CreateRegistrationAssociationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::CreateRegistrationAssociationResult
 
 
- 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.
 - 
  
    
      #phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The phone number associated with the registration in E.164 format.
 - 
  
    
      #registration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the registration.
 - 
  
    
      #registration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the registration.
 - 
  
    
      #registration_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of registration form.
 - 
  
    
      #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 registration type or 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.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :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.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_id ⇒ String
The unique identifier for the registration.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :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.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :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.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The registration type or origination identity type.
      801 802 803 804 805 806 807 808 809 810 811 812  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 801 class CreateRegistrationAssociationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :resource_arn, :resource_id, :resource_type, :iso_country_code, :phone_number) SENSITIVE = [] include Aws::Structure end  |