Class: Aws::Types::UpdateBrokerStorageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerStorageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#target_broker_ebs_volume_info ⇒ ::Array[Types::BrokerEBSVolumeInfo]
Returns the value of attribute target_broker_ebs_volume_info.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def current_version @current_version end |
#target_broker_ebs_volume_info ⇒ ::Array[Types::BrokerEBSVolumeInfo]
Returns the value of attribute target_broker_ebs_volume_info.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def target_broker_ebs_volume_info @target_broker_ebs_volume_info end |