Class: Aws::Redshift::Types::RegisterNamespaceInputMessage

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 register the namespace to.

Returns:

  • (Array<String>)


9914
9915
9916
9917
9918
9919
# File 'lib/aws-sdk-redshift/types.rb', line 9914

class RegisterNamespaceInputMessage < 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 register.



9914
9915
9916
9917
9918
9919
# File 'lib/aws-sdk-redshift/types.rb', line 9914

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