Class: Aws::Types::ApacheKafkaClusterDescription
- Inherits:
-
Object
- Object
- Aws::Types::ApacheKafkaClusterDescription
- 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::VpcDescription
Returns the value of attribute vpc.
Instance Attribute Details
#bootstrap_servers ⇒ ::String
Returns the value of attribute bootstrap_servers.
18 19 20 |
# File 'sig/types.rbs', line 18 def bootstrap_servers @bootstrap_servers end |
#vpc ⇒ Types::VpcDescription
Returns the value of attribute vpc.
19 20 21 |
# File 'sig/types.rbs', line 19 def vpc @vpc end |