Class: Aws::Redshift::Types::RejectDataShareMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_share_arnString

The Amazon Resource Name (ARN) of the datashare to reject.

Returns:

  • (String)


9535
9536
9537
9538
9539
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9535

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