Class: Aws::Kafka::Types::ClusterOperationV2Serverless

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_connection_infoTypes::VpcConnectionInfoServerless

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.



629
630
631
632
633
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 629

class ClusterOperationV2Serverless < Struct.new(
  :vpc_connection_info)
  SENSITIVE = []
  include Aws::Structure
end