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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


2521
2522
2523
2524
2525
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2521

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