Class: Aws::DataExchange::Types::GetAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetAssetResponse
- 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_details ⇒ Types::AssetDetails
Information about the asset.
-
#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.
-
#data_set_id ⇒ String
A unique identifier.
-
#id ⇒ String
A unique identifier.
-
#name ⇒ String
The name of the asset.
-
#revision_id ⇒ String
A unique identifier.
-
#source_id ⇒ String
A unique identifier.
-
#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.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#asset_details ⇒ Types::AssetDetails
Information about the asset.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#asset_type ⇒ String
The type of asset that is added to a data set.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
A unique identifier.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique identifier.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
A unique identifier.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ String
A unique identifier.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Dates and times in AWS Data Exchange are recorded in ISO 8601 format.
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1404 class GetAssetResponse < Struct.new( :arn, :asset_details, :asset_type, :created_at, :data_set_id, :id, :name, :revision_id, :source_id, :updated_at) SENSITIVE = [] include Aws::Structure end |