Class: Aws::Redshift::Types::RegisterNamespaceInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RegisterNamespaceInputMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer_identifiers ⇒ Array<String>
An array containing the ID of the consumer account that you want to register the namespace to.
-
#namespace_identifier ⇒ Types::NamespaceIdentifierUnion
The unique identifier of the cluster or serverless namespace that you want to register.
Instance Attribute Details
#consumer_identifiers ⇒ Array<String>
An array containing the ID of the consumer account that you want to register the namespace to.
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_identifier ⇒ Types::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 |