Class: Aws::Kafka::Types::GetBootstrapBrokersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Note:

When making an API call, you may pass GetBootstrapBrokersRequest data as a hash:

{
  cluster_arn: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


450
451
452
453
# File 'lib/aws-sdk-kafka/types.rb', line 450

class GetBootstrapBrokersRequest < Struct.new(
  :cluster_arn)
  include Aws::Structure
end