Class: Aws::Types::ClusterPendingUpdates
- Inherits:
-
Object
- Object
- Aws::Types::ClusterPendingUpdates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acls ⇒ Types::ACLsUpdateStatus
Returns the value of attribute acls.
-
#resharding ⇒ Types::ReshardingStatus
Returns the value of attribute resharding.
-
#service_updates ⇒ ::Array[Types::PendingModifiedServiceUpdate]
Returns the value of attribute service_updates.
Instance Attribute Details
#acls ⇒ Types::ACLsUpdateStatus
Returns the value of attribute acls.
137 138 139 |
# File 'sig/types.rbs', line 137 def acls @acls end |
#resharding ⇒ Types::ReshardingStatus
Returns the value of attribute resharding.
136 137 138 |
# File 'sig/types.rbs', line 136 def resharding @resharding end |
#service_updates ⇒ ::Array[Types::PendingModifiedServiceUpdate]
Returns the value of attribute service_updates.
138 139 140 |
# File 'sig/types.rbs', line 138 def service_updates @service_updates end |