Class: Aws::Types::SnapshotCopyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_kms_key_id::String

Returns the value of attribute destination_kms_key_id.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def destination_kms_key_id
  @destination_kms_key_id
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def destination_region
  @destination_region
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def namespace_name
  @namespace_name
end

#snapshot_copy_configuration_arn::String

Returns the value of attribute snapshot_copy_configuration_arn.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def snapshot_copy_configuration_arn
  @snapshot_copy_configuration_arn
end

#snapshot_copy_configuration_id::String

Returns the value of attribute snapshot_copy_configuration_id.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def snapshot_copy_configuration_id
  @snapshot_copy_configuration_id
end

#snapshot_retention_period::Integer

Returns the value of attribute snapshot_retention_period.

Returns:

  • (::Integer)


956
957
958
# File 'sig/types.rbs', line 956

def snapshot_retention_period
  @snapshot_retention_period
end