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

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

#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>)


3985
3986
3987
3988
3989
3990
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3985

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.



3985
3986
3987
3988
3989
3990
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3985

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