Class: Aws::Types::EnableSnapshotCopyMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def cluster_identifier
  @cluster_identifier
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def destination_region
  @destination_region
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def retention_period
  @retention_period
end

#snapshot_copy_grant_name::String

Returns the value of attribute snapshot_copy_grant_name.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def snapshot_copy_grant_name
  @snapshot_copy_grant_name
end