Class: Aws::Types::ApacheKafkaCluster
- Inherits:
-
Object
- Object
- Aws::Types::ApacheKafkaCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bootstrap_servers ⇒ ::String
Returns the value of attribute bootstrap_servers.
-
#vpc ⇒ Types::Vpc
Returns the value of attribute vpc.
Instance Attribute Details
#bootstrap_servers ⇒ ::String
Returns the value of attribute bootstrap_servers.
12 13 14 |
# File 'sig/types.rbs', line 12 def bootstrap_servers @bootstrap_servers end |
#vpc ⇒ Types::Vpc
Returns the value of attribute vpc.
13 14 15 |
# File 'sig/types.rbs', line 13 def vpc @vpc end |