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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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.
827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 827 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 |