Class: Aws::Types::ApacheKafkaClusterDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bootstrap_servers::String

Returns the value of attribute bootstrap_servers.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def bootstrap_servers
  @bootstrap_servers
end

#vpcTypes::VpcDescription

Returns the value of attribute vpc.



19
20
21
# File 'sig/types.rbs', line 19

def vpc
  @vpc
end