Class: Aws::DSQL::Types::GetClusterPolicyInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DSQL::Types::GetClusterPolicyInput
 
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the cluster to retrieve the policy from. 
Instance Attribute Details
#identifier ⇒ String
The ID of the cluster to retrieve the policy from.
| 365 366 367 368 369 | # File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 365 class GetClusterPolicyInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |