Class: Aws::Kafka::Types::DescribeVpcConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeVpcConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-kafka/types.rb', line 2284 class DescribeVpcConnectionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |