Method: Aws::MemoryDB::Types::Shard#status
- Defined in:
- lib/aws-sdk-memorydb/types.rb
#status ⇒ String
The current state of this replication group - creating, available, modifying, deleting.
3271 3272 3273 3274 3275 3276 3277 3278 3279 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3271 class Shard < Struct.new( :name, :status, :slots, :nodes, :number_of_nodes) SENSITIVE = [] include Aws::Structure end |