Class: Aws::Types::UpdateBrokerTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrokerTypeRequest
- 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_instance_type ⇒ ::String
Returns the value of attribute target_instance_type.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def current_version @current_version end |
#target_instance_type ⇒ ::String
Returns the value of attribute target_instance_type.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def target_instance_type @target_instance_type end |