Class: Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteRegistrationResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Hash<String,String>
Metadata about a given registration which is specific to that registration type.
-
#approved_version_number ⇒ Integer
The version number of the registration that was approved.
-
#created_timestamp ⇒ Time
The time when the registration was created, in [UNIX epoch time][1] format.
-
#current_version_number ⇒ Integer
The current version number of the registration.
-
#latest_denied_version_number ⇒ Integer
The latest version number of the registration that was denied.
-
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
-
#registration_id ⇒ String
The unique identifier for the registration.
-
#registration_status ⇒ String
The status of the registration.
-
#registration_type ⇒ String
The type of registration form.
Instance Attribute Details
#additional_attributes ⇒ Hash<String,String>
Metadata about a given registration which is specific to that registration type.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#approved_version_number ⇒ Integer
The version number of the registration that was approved.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The time when the registration was created, in UNIX epoch time format.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#current_version_number ⇒ Integer
The current version number of the registration.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#latest_denied_version_number ⇒ Integer
The latest version number of the registration that was denied.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#registration_arn ⇒ String
The Amazon Resource Name (ARN) for the registration.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The unique identifier for the registration.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
The status of the registration.
CLOSED: The phone number or sender ID has been deleted and you must also delete the registration for the number.CREATED: Your registration is created but not submitted.COMPLETE: Your registration has been approved and your origination identity has been created.DELETED: The registration has been deleted.PROVISIONING: Your registration has been approved and your origination identity is being created.REQUIRES_AUTHENTICATION: You need to complete email authentication.REQUIRES_UPDATES: You must fix your registration and resubmit it.REVIEWING: Your registration has been accepted and is being reviewed.SUBMITTED: Your registration has been submitted and is awaiting review.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2061 class DeleteRegistrationResult < Struct.new( :registration_arn, :registration_id, :registration_type, :registration_status, :current_version_number, :approved_version_number, :latest_denied_version_number, :additional_attributes, :created_timestamp) SENSITIVE = [] include Aws::Structure end |