Class: Aws::Types::ClusterPendingUpdates

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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