Class: Aws::Redshift::Types::DeregisterNamespaceInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeregisterNamespaceInputMessage
- 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 deregister the cluster or serverless namespace from.
-
#namespace_identifier ⇒ Types::NamespaceIdentifierUnion
The unique identifier of the cluster or serverless namespace that you want to deregister.
Instance Attribute Details
#consumer_identifiers ⇒ Array<String>
An array containing the ID of the consumer account that you want to deregister the cluster or serverless namespace from.
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_identifier ⇒ Types::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 |