Class: Aws::DataExchange::Types::GetDataSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetDataSetResponse
- 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.
-
#asset_type ⇒ String
The type of asset that is added to a data set.
-
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
-
#description ⇒ String
A description of a resource.
-
#id ⇒ String
A unique identifier.
-
#name ⇒ String
The name of the model.
-
#origin ⇒ String
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
-
#origin_details ⇒ Types::OriginDetails
Information about the origin of the data set.
-
#source_id ⇒ String
A unique identifier.
-
#tags ⇒ Hash<String,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.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#asset_type ⇒ String
The type of asset that is added to a data set.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of a resource.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the model.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#origin ⇒ String
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#origin_details ⇒ Types::OriginDetails
Information about the origin of the data set.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ String
A unique identifier.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1489 class GetDataSetResponse < Struct.new( :arn, :asset_type, :created_at, :description, :id, :name, :origin, :origin_details, :source_id, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |