Class: Aws::PinpointSMSVoiceV2::Types::RegistrationVersionInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationVersionInformation
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Provides information about the specified version of the registration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#denied_reasons ⇒ Array<Types::RegistrationDeniedReasonInformation>
An array of RegistrationDeniedReasonInformation objects.
-
#registration_version_status ⇒ String
The status of the registration.
-
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
-
#version_number ⇒ Integer
The version number of the registration.
Instance Attribute Details
#denied_reasons ⇒ Array<Types::RegistrationDeniedReasonInformation>
An array of RegistrationDeniedReasonInformation objects.
4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4915 class RegistrationVersionInformation < Struct.new( :version_number, :registration_version_status, :registration_version_status_history, :denied_reasons) SENSITIVE = [] include Aws::Structure end |
#registration_version_status ⇒ String
The status of the registration.
DRAFT
: The initial status of a registration version after it’s created.SUBMITTED
: Your registration has been submitted.REVIEWING
: Your registration has been accepted and is being reviewed.APPROVED
: Your registration has been approved.DISCARDED
: You've abandon this version of their registration to start over with a new version.DENIED
: You must fix your registration and resubmit it.REVOKED
: Your previously approved registration has been revoked.ARCHIVED
: Your previously approved registration version moves into this status when a more recently submitted version is approved.
4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4915 class RegistrationVersionInformation < Struct.new( :version_number, :registration_version_status, :registration_version_status_history, :denied_reasons) SENSITIVE = [] include Aws::Structure end |
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4915 class RegistrationVersionInformation < Struct.new( :version_number, :registration_version_status, :registration_version_status_history, :denied_reasons) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the registration.
4915 4916 4917 4918 4919 4920 4921 4922 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4915 class RegistrationVersionInformation < Struct.new( :version_number, :registration_version_status, :registration_version_status_history, :denied_reasons) SENSITIVE = [] include Aws::Structure end |