Class: Aws::Types::CopyClusterSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


475
476
477
# File 'sig/types.rbs', line 475

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#source_snapshot_cluster_identifier::String

Returns the value of attribute source_snapshot_cluster_identifier.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def source_snapshot_cluster_identifier
  @source_snapshot_cluster_identifier
end

#source_snapshot_identifier::String

Returns the value of attribute source_snapshot_identifier.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def source_snapshot_identifier
  @source_snapshot_identifier
end

#target_snapshot_identifier::String

Returns the value of attribute target_snapshot_identifier.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def target_snapshot_identifier
  @target_snapshot_identifier
end