Class: Aws::Redshift::Types::RegisterNamespaceOutputMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::RegisterNamespaceOutputMessage
 
- Defined in:
- gems/aws-sdk-redshift/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.
| 9951 9952 9953 9954 9955 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9951 class RegisterNamespaceOutputMessage < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |