Class: Aws::Kafka::Types::PutClusterPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::PutClusterPolicyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-kafka/types.rb
 
Overview
Response body for PutClusterPolicy.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #current_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cluster policy version.
 
Instance Attribute Details
#current_version ⇒ String
Cluster policy version.
      2515 2516 2517 2518 2519  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 2515 class PutClusterPolicyResponse < Struct.new( :current_version) SENSITIVE = [] include Aws::Structure end  |