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

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


24074
24075
24076
24077
24078
24079
24080
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24074

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)


24074
24075
24076
24077
24078
24079
24080
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24074

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)


24074
24075
24076
24077
24078
24079
24080
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24074

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