Class: Aws::DataExchange::Types::AssetDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Details about the asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_gateway_api_assetTypes::ApiGatewayApiAsset

Information about the API Gateway API asset.



143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 143

class AssetDetails < Struct.new(
  :s3_snapshot_asset,
  :redshift_data_share_asset,
  :api_gateway_api_asset,
  :s3_data_access_asset,
  :lake_formation_data_permission_asset)
  SENSITIVE = []
  include Aws::Structure
end

#lake_formation_data_permission_assetTypes::LakeFormationDataPermissionAsset

The AWS Lake Formation data permission that is the asset.



143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 143

class AssetDetails < Struct.new(
  :s3_snapshot_asset,
  :redshift_data_share_asset,
  :api_gateway_api_asset,
  :s3_data_access_asset,
  :lake_formation_data_permission_asset)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_data_share_assetTypes::RedshiftDataShareAsset

The Amazon Redshift datashare that is the asset.



143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 143

class AssetDetails < Struct.new(
  :s3_snapshot_asset,
  :redshift_data_share_asset,
  :api_gateway_api_asset,
  :s3_data_access_asset,
  :lake_formation_data_permission_asset)
  SENSITIVE = []
  include Aws::Structure
end

#s3_data_access_assetTypes::S3DataAccessAsset

The Amazon S3 data access that is the asset.



143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 143

class AssetDetails < Struct.new(
  :s3_snapshot_asset,
  :redshift_data_share_asset,
  :api_gateway_api_asset,
  :s3_data_access_asset,
  :lake_formation_data_permission_asset)
  SENSITIVE = []
  include Aws::Structure
end

#s3_snapshot_assetTypes::S3SnapshotAsset

The Amazon S3 object that is the asset.



143
144
145
146
147
148
149
150
151
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 143

class AssetDetails < Struct.new(
  :s3_snapshot_asset,
  :redshift_data_share_asset,
  :api_gateway_api_asset,
  :s3_data_access_asset,
  :lake_formation_data_permission_asset)
  SENSITIVE = []
  include Aws::Structure
end