Class: Aws::Types::ReplicationGroupStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_status"ACTIVE", ...

Returns the value of attribute keyspace_status.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING")


359
360
361
# File 'sig/types.rbs', line 359

def keyspace_status
  @keyspace_status
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def region
  @region
end

#tables_replication_progress::String

Returns the value of attribute tables_replication_progress.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def tables_replication_progress
  @tables_replication_progress
end