Class: Aws::DataExchange::Types::RedshiftDataShareAsset

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

Overview

The Amazon Redshift datashare asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


2507
2508
2509
2510
2511
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2507

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