Class: Aws::Redshift::Types::DeregisterNamespaceInputMessage

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_identifiersArray<String>

An array containing the ID of the consumer account that you want to deregister the cluster or serverless namespace from.

Returns:

  • (Array<String>)


3901
3902
3903
3904
3905
3906
# File 'lib/aws-sdk-redshift/types.rb', line 3901

class DeregisterNamespaceInputMessage < Struct.new(
  :namespace_identifier,
  :consumer_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_identifierTypes::NamespaceIdentifierUnion

The unique identifier of the cluster or serverless namespace that you want to deregister.



3901
3902
3903
3904
3905
3906
# File 'lib/aws-sdk-redshift/types.rb', line 3901

class DeregisterNamespaceInputMessage < Struct.new(
  :namespace_identifier,
  :consumer_identifiers)
  SENSITIVE = []
  include Aws::Structure
end