Class: Aws::DataExchange::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateJobResponse
- 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.
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < 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.
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#details ⇒ Types::ResponseDetails
Details for the response.
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::JobError>
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier.
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < 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.
712 713 714 715 716 717 718 719 720 721 722 723 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 712 class CreateJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |