Class: Aws::Kafka::Types::ClusterOperationV2Serverless
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationV2Serverless
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about a serverless cluster operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Instance Attribute Details
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
629 630 631 632 633 |
# File 'lib/aws-sdk-kafka/types.rb', line 629 class ClusterOperationV2Serverless < Struct.new( :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |