Class: Aws::PinpointSMSVoiceV2::Types::RegistrationVersionStatusHistory

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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

Instance Attribute Details

#approved_timestampTime

The time when the registration was in the approved state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#archived_timestampTime

The time when the registration was in the archived state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#denied_timestampTime

The time when the registration was in the denied state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#discarded_timestampTime

The time when the registration was in the discarded state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#draft_timestampTime

The time when the registration was in the draft state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#reviewing_timestampTime

The time when the registration was in the reviewing state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#revoked_timestampTime

The time when the registration was in the revoked state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_timestampTime

The time when the registration was in the submitted state, in UNIX epoch time format.

Returns:

  • (Time)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4775

class RegistrationVersionStatusHistory < Struct.new(
  :draft_timestamp,
  :submitted_timestamp,
  :reviewing_timestamp,
  :approved_timestamp,
  :discarded_timestamp,
  :denied_timestamp,
  :revoked_timestamp,
  :archived_timestamp)
  SENSITIVE = []
  include Aws::Structure
end