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.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def current_version @current_version end |
#target_instance_type ⇒ ::String
Returns the value of attribute target_instance_type.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def target_instance_type @target_instance_type end |