Class: Aws::Kafka::Types::ClusterOperationV2Provisioned
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Kafka::Types::ClusterOperationV2Provisioned
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-kafka/types.rb
 
Overview
Returns information about a provisioned cluster operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #operation_steps ⇒ Array<Types::ClusterOperationStep>
 - 
  
    
      #source_cluster_info  ⇒ Types::MutableClusterInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about cluster attributes that can be updated via update APIs.
 - 
  
    
      #target_cluster_info  ⇒ Types::MutableClusterInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about cluster attributes that can be updated via update APIs.
 - 
  
    
      #vpc_connection_info  ⇒ Types::VpcConnectionInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
 
Instance Attribute Details
#operation_steps ⇒ Array<Types::ClusterOperationStep>
      611 612 613 614 615 616 617 618  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 611 class ClusterOperationV2Provisioned < Struct.new( :operation_steps, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end  | 
  
#source_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes that can be updated via update APIs.
      611 612 613 614 615 616 617 618  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 611 class ClusterOperationV2Provisioned < Struct.new( :operation_steps, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end  | 
  
#target_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes that can be updated via update APIs.
      611 612 613 614 615 616 617 618  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 611 class ClusterOperationV2Provisioned < Struct.new( :operation_steps, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
      611 612 613 614 615 616 617 618  | 
    
      # File 'lib/aws-sdk-kafka/types.rb', line 611 class ClusterOperationV2Provisioned < Struct.new( :operation_steps, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end  |