Class: Aws::Braket::Types::JobEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobEventDetails
- 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
-
#event_type ⇒ String
The type of event that occurred related to the Amazon Braket hybrid job.
-
#message ⇒ String
A message describing the event that occurred related to the Amazon Braket hybrid job.
-
#time_of_event ⇒ Time
The time of the event that occurred related to the Amazon Braket hybrid job.
Instance Attribute Details
#event_type ⇒ String
The type of event that occurred related to the Amazon Braket hybrid job.
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 |
#message ⇒ String
A message describing the event that occurred related to the Amazon Braket hybrid job.
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_event ⇒ Time
The time of the event that occurred related to the Amazon Braket hybrid job.
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 |