Class: Aws::DataExchange::Types::AssetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AssetDetails
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Information about the asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_gateway_api_asset ⇒ Types::ApiGatewayApiAsset
Information about the API Gateway API asset.
-
#redshift_data_share_asset ⇒ Types::RedshiftDataShareAsset
The Amazon Redshift datashare that is the asset.
-
#s3_snapshot_asset ⇒ Types::S3SnapshotAsset
The S3 object that is the asset.
Instance Attribute Details
#api_gateway_api_asset ⇒ Types::ApiGatewayApiAsset
Information about the API Gateway API asset.
160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 160 class AssetDetails < Struct.new( :s3_snapshot_asset, :redshift_data_share_asset, :api_gateway_api_asset) SENSITIVE = [] include Aws::Structure end |
#redshift_data_share_asset ⇒ Types::RedshiftDataShareAsset
The Amazon Redshift datashare that is the asset.
160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 160 class AssetDetails < Struct.new( :s3_snapshot_asset, :redshift_data_share_asset, :api_gateway_api_asset) SENSITIVE = [] include Aws::Structure end |
#s3_snapshot_asset ⇒ Types::S3SnapshotAsset
The S3 object that is the asset.
160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 160 class AssetDetails < Struct.new( :s3_snapshot_asset, :redshift_data_share_asset, :api_gateway_api_asset) SENSITIVE = [] include Aws::Structure end |