Class: Aws::Types::CopyClusterSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.



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

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#source_snapshot_cluster_identifier::String

Returns the value of attribute source_snapshot_cluster_identifier.



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

def source_snapshot_cluster_identifier
  @source_snapshot_cluster_identifier
end

#source_snapshot_identifier::String

Returns the value of attribute source_snapshot_identifier.



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

def source_snapshot_identifier
  @source_snapshot_identifier
end

#target_snapshot_identifier::String

Returns the value of attribute target_snapshot_identifier.



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

def target_snapshot_identifier
  @target_snapshot_identifier
end