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

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

Overview

Details about the type and time events that occurred related to the Amazon Braket hybrid 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 hybrid job.

Returns:

  • (String)


971
972
973
974
975
976
977
# File 'lib/aws-sdk-braket/types.rb', line 971

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

#messageString

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

Returns:

  • (String)


971
972
973
974
975
976
977
# File 'lib/aws-sdk-braket/types.rb', line 971

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

#time_of_eventTime

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

Returns:

  • (Time)


971
972
973
974
975
976
977
# File 'lib/aws-sdk-braket/types.rb', line 971

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