Class: Aws::PinpointSMSVoiceV2::Types::RegistrationVersionStatusHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationVersionStatusHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approved_timestamp ⇒ Time
The time when the registration was in the approved state, in [UNIX epoch time] format.
-
#archived_timestamp ⇒ Time
The time when the registration was in the archived state, in [UNIX epoch time] format.
-
#denied_timestamp ⇒ Time
The time when the registration was in the denied state, in [UNIX epoch time] format.
-
#discarded_timestamp ⇒ Time
The time when the registration was in the discarded state, in [UNIX epoch time] format.
-
#draft_timestamp ⇒ Time
The time when the registration was in the draft state, in [UNIX epoch time] format.
-
#requires_authentication_timestamp ⇒ Time
The time when the registration was in the requires authentication state, in [UNIX epoch time] format.
-
#reviewing_timestamp ⇒ Time
The time when the registration was in the reviewing state, in [UNIX epoch time] format.
-
#revoked_timestamp ⇒ Time
The time when the registration was in the revoked state, in [UNIX epoch time] format.
-
#submitted_timestamp ⇒ Time
The time when the registration was in the submitted state, in [UNIX epoch time] format.
Instance Attribute Details
#approved_timestamp ⇒ Time
The time when the registration was in the approved state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#archived_timestamp ⇒ Time
The time when the registration was in the archived state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#denied_timestamp ⇒ Time
The time when the registration was in the denied state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#discarded_timestamp ⇒ Time
The time when the registration was in the discarded state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#draft_timestamp ⇒ Time
The time when the registration was in the draft state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#requires_authentication_timestamp ⇒ Time
The time when the registration was in the requires authentication state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#reviewing_timestamp ⇒ Time
The time when the registration was in the reviewing state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#revoked_timestamp ⇒ Time
The time when the registration was in the revoked state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |
#submitted_timestamp ⇒ Time
The time when the registration was in the submitted state, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5350 class RegistrationVersionStatusHistory < Struct.new( :draft_timestamp, :submitted_timestamp, :reviewing_timestamp, :requires_authentication_timestamp, :approved_timestamp, :discarded_timestamp, :denied_timestamp, :revoked_timestamp, :archived_timestamp) SENSITIVE = [] include Aws::Structure end |