Class: Aws::DataExchange::Types::GetJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetJobResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
-
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
-
#details ⇒ Types::ResponseDetails
Details for the response.
-
#errors ⇒ Array<Types::JobError>
-
#id ⇒ String
A unique identifier.
-
#state ⇒ String
-
#type ⇒ String
-
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
Instance Attribute Details
#arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#details ⇒ Types::ResponseDetails
Details for the response.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::JobError>
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1615 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |