Class: Aws::Kafka::Types::UpdateSecurityRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kafka::Types::UpdateSecurityRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for UpdateSecurity.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #client_authentication  ⇒ Types::ClientAuthentication 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Includes all client authentication related information. 
- #cluster_arn ⇒ String
- 
  
    
      #current_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    You can use the DescribeCluster operation to get the current version of the cluster. 
- 
  
    
      #encryption_info  ⇒ Types::EncryptionInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Includes all encryption-related information. 
Instance Attribute Details
#client_authentication ⇒ Types::ClientAuthentication
Includes all client authentication related information.
| 4368 4369 4370 4371 4372 4373 4374 4375 | # File 'lib/aws-sdk-kafka/types.rb', line 4368 class UpdateSecurityRequest < Struct.new( :client_authentication, :cluster_arn, :current_version, :encryption_info) SENSITIVE = [] include Aws::Structure end | 
#cluster_arn ⇒ String
| 4368 4369 4370 4371 4372 4373 4374 4375 | # File 'lib/aws-sdk-kafka/types.rb', line 4368 class UpdateSecurityRequest < Struct.new( :client_authentication, :cluster_arn, :current_version, :encryption_info) SENSITIVE = [] include Aws::Structure end | 
#current_version ⇒ String
You can use the DescribeCluster operation to get the current version of the cluster. After the security update is complete, the cluster will have a new version.
| 4368 4369 4370 4371 4372 4373 4374 4375 | # File 'lib/aws-sdk-kafka/types.rb', line 4368 class UpdateSecurityRequest < Struct.new( :client_authentication, :cluster_arn, :current_version, :encryption_info) SENSITIVE = [] include Aws::Structure end | 
#encryption_info ⇒ Types::EncryptionInfo
Includes all encryption-related information.
| 4368 4369 4370 4371 4372 4373 4374 4375 | # File 'lib/aws-sdk-kafka/types.rb', line 4368 class UpdateSecurityRequest < Struct.new( :client_authentication, :cluster_arn, :current_version, :encryption_info) SENSITIVE = [] include Aws::Structure end |