Class: Aws::Types::ClusterSnapshotCopyStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def destination_region
  @destination_region
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


404
405
406
# File 'sig/types.rbs', line 404

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


403
404
405
# File 'sig/types.rbs', line 403

def retention_period
  @retention_period
end

#snapshot_copy_grant_name::String

Returns the value of attribute snapshot_copy_grant_name.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def snapshot_copy_grant_name
  @snapshot_copy_grant_name
end