Class: Aws::Braket::Types::JobEventDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Details about the type and time events occurred related to the Amazon Braket job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The type of event that occurred related to the Amazon Braket job.

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 883

class JobEventDetails < Struct.new(
  :event_type,
  :message,
  :time_of_event)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message describing the event that occurred related to the Amazon Braket job.

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 883

class JobEventDetails < Struct.new(
  :event_type,
  :message,
  :time_of_event)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_eventTime

The type of event that occurred related to the Amazon Braket job.

Returns:

  • (Time)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 883

class JobEventDetails < Struct.new(
  :event_type,
  :message,
  :time_of_event)
  SENSITIVE = []
  include Aws::Structure
end