Class: Aws::Redshift::Types::DeregisterNamespaceOutputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeregisterNamespaceOutputMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The registration status of the cluster or serverless namespace.
Instance Attribute Details
#status ⇒ String
The registration status of the cluster or serverless namespace.
3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-redshift/types.rb', line 3914 class DeregisterNamespaceOutputMessage < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |