Class: Aws::DataExchange::Types::RedshiftDataShareAssetSourceEntry

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

Overview

The source of the Amazon Redshift datashare asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare asset.

Returns:

  • (String)


3134
3135
3136
3137
3138
# File 'lib/aws-sdk-dataexchange/types.rb', line 3134

class RedshiftDataShareAssetSourceEntry < Struct.new(
  :data_share_arn)
  SENSITIVE = []
  include Aws::Structure
end