Class: Aws::Types::BrokerEBSVolumeInfo
- Inherits:
-
Object
- Object
- Aws::Types::BrokerEBSVolumeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kafka_broker_node_id ⇒ ::String
Returns the value of attribute kafka_broker_node_id.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
-
#volume_size_gb ⇒ ::Integer
Returns the value of attribute volume_size_gb.
Instance Attribute Details
#kafka_broker_node_id ⇒ ::String
Returns the value of attribute kafka_broker_node_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def kafka_broker_node_id @kafka_broker_node_id end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
42 43 44 |
# File 'sig/types.rbs', line 42 def provisioned_throughput @provisioned_throughput end |
#volume_size_gb ⇒ ::Integer
Returns the value of attribute volume_size_gb.
43 44 45 |
# File 'sig/types.rbs', line 43 def volume_size_gb @volume_size_gb end |