Class: Aws::Finspace::Types::GetKxClusterRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Finspace::Types::GetKxClusterRequest
 
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the cluster that you want to retrieve. 
- 
  
    
      #environment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the kdb environment. 
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster that you want to retrieve.
| 2043 2044 2045 2046 2047 2048 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2043 class GetKxClusterRequest < Struct.new( :environment_id, :cluster_name) SENSITIVE = [] include Aws::Structure end | 
#environment_id ⇒ String
A unique identifier for the kdb environment.
| 2043 2044 2045 2046 2047 2048 | # File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2043 class GetKxClusterRequest < Struct.new( :environment_id, :cluster_name) SENSITIVE = [] include Aws::Structure end |