Class: Aws::Kafka::Types::ClusterOperationV2Serverless
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationV2Serverless
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Returns information about a serverless cluster operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_cluster_info ⇒ Types::ServerlessConnectivityInfo
Source cluster connectivity information for the cluster.
-
#target_cluster_info ⇒ Types::ServerlessConnectivityInfo
Target cluster connectivity information for the cluster.
-
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Instance Attribute Details
#source_cluster_info ⇒ Types::ServerlessConnectivityInfo
Source cluster connectivity information for the cluster.
644 645 646 647 648 649 650 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 644 class ClusterOperationV2Serverless < Struct.new( :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#target_cluster_info ⇒ Types::ServerlessConnectivityInfo
Target cluster connectivity information for the cluster.
644 645 646 647 648 649 650 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 644 class ClusterOperationV2Serverless < Struct.new( :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
644 645 646 647 648 649 650 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 644 class ClusterOperationV2Serverless < Struct.new( :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |