Class: Aws::Kafka::Types::GetBootstrapBrokersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::GetBootstrapBrokersRequest
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1977 class GetBootstrapBrokersRequest < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |