Class: Aws::Redshift::Types::DeauthorizeDataShareMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_identifierString

The identifier of the data consumer that is to have authorization removed from the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

Returns:

  • (String)


3441
3442
3443
3444
3445
3446
# File 'lib/aws-sdk-redshift/types.rb', line 3441

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

#data_share_arnString

The namespace Amazon Resource Name (ARN) of the datashare to remove authorization from.

Returns:

  • (String)


3441
3442
3443
3444
3445
3446
# File 'lib/aws-sdk-redshift/types.rb', line 3441

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