Class: Aws::Braket::Types::JobEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobEventDetails
- Defined in:
- gems/aws-sdk-braket/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.
936 937 938 939 940 941 942 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 936 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.
936 937 938 939 940 941 942 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 936 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.
936 937 938 939 940 941 942 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 936 class JobEventDetails < Struct.new( :event_type, :time_of_event, :message) SENSITIVE = [] include Aws::Structure end |