Class: Aws::Braket::Types::JobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Provides summary information about an Amazon Braket job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that the Amazon Braket job was created.
-
#device ⇒ String
Provides summary information about the primary device used by an Amazon Braket job.
-
#ended_at ⇒ Time
The date and time that the Amazon Braket job ended.
-
#job_arn ⇒ String
The ARN of the Amazon Braket job.
-
#job_name ⇒ String
The name of the Amazon Braket job.
-
#started_at ⇒ Time
The date and time that the Amazon Braket job was started.
-
#status ⇒ String
The status of the Amazon Braket job.
-
#tags ⇒ Hash<String,String>
A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the Amazon Braket job was created.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#device ⇒ String
Provides summary information about the primary device used by an Amazon Braket job.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The date and time that the Amazon Braket job ended.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The ARN of the Amazon Braket job.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the Amazon Braket job.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The date and time that the Amazon Braket job was started.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon Braket job.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
967 968 969 970 971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-braket/types.rb', line 967 class JobSummary < Struct.new( :created_at, :device, :ended_at, :job_arn, :job_name, :started_at, :status, :tags) SENSITIVE = [] include Aws::Structure end |