Class: Aws::Types::DeleteReplicationGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#final_snapshot_identifier::String

Returns the value of attribute final_snapshot_identifier.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def final_snapshot_identifier
  @final_snapshot_identifier
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def replication_group_id
  @replication_group_id
end

#retain_primary_clusterBoolean

Returns the value of attribute retain_primary_cluster.

Returns:

  • (Boolean)


640
641
642
# File 'sig/types.rbs', line 640

def retain_primary_cluster
  @retain_primary_cluster
end