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)


941
942
943
# File 'sig/types.rbs', line 941

def destination_kms_key_id
  @destination_kms_key_id
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def destination_region
  @destination_region
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def namespace_name
  @namespace_name
end

#snapshot_copy_configuration_arn::String

Returns the value of attribute snapshot_copy_configuration_arn.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

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)


945
946
947
# File 'sig/types.rbs', line 945

def snapshot_copy_configuration_id
  @snapshot_copy_configuration_id
end

#snapshot_retention_period::Integer

Returns the value of attribute snapshot_retention_period.

Returns:

  • (::Integer)


946
947
948
# File 'sig/types.rbs', line 946

def snapshot_retention_period
  @snapshot_retention_period
end