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
1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-kafka/types.rb', line 1706 class DescribeVpcConnectionRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |