Class: Aws::Connect::Types::StateTransition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the state transition of a supervisor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the transition.

Returns:

  • (String)


31272
31273
31274
31275
31276
31277
31278
# File 'lib/aws-sdk-connect/types.rb', line 31272

class StateTransition < Struct.new(
  :state,
  :state_start_timestamp,
  :state_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#state_end_timestampTime

The date and time when the state ended in UTC time.

Returns:

  • (Time)


31272
31273
31274
31275
31276
31277
31278
# File 'lib/aws-sdk-connect/types.rb', line 31272

class StateTransition < Struct.new(
  :state,
  :state_start_timestamp,
  :state_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#state_start_timestampTime

The date and time when the state started in UTC time.

Returns:

  • (Time)


31272
31273
31274
31275
31276
31277
31278
# File 'lib/aws-sdk-connect/types.rb', line 31272

class StateTransition < Struct.new(
  :state,
  :state_start_timestamp,
  :state_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end