Class: Aws::Redshift::Types::ServerlessIdentifier
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::ServerlessIdentifier
 
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
The identifier for a serverless namespace.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #namespace_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the serverless namespace. 
- 
  
    
      #workgroup_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the workgroup associated with the serverless namespace. 
Instance Attribute Details
#namespace_identifier ⇒ String
The unique identifier for the serverless namespace.
| 11520 11521 11522 11523 11524 11525 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11520 class ServerlessIdentifier < Struct.new( :namespace_identifier, :workgroup_identifier) SENSITIVE = [] include Aws::Structure end | 
#workgroup_identifier ⇒ String
The unique identifier for the workgroup associated with the serverless namespace.
| 11520 11521 11522 11523 11524 11525 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11520 class ServerlessIdentifier < Struct.new( :namespace_identifier, :workgroup_identifier) SENSITIVE = [] include Aws::Structure end |