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.
48 49 50 |
# File 'sig/types.rbs', line 48 def kafka_broker_node_id @kafka_broker_node_id end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
49 50 51 |
# File 'sig/types.rbs', line 49 def provisioned_throughput @provisioned_throughput end |
#volume_size_gb ⇒ ::Integer
Returns the value of attribute volume_size_gb.
50 51 52 |
# File 'sig/types.rbs', line 50 def volume_size_gb @volume_size_gb end |