Class: Aws::Types::CreateSnapshotCopyConfigurationRequest

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)


130
131
132
# File 'sig/types.rbs', line 130

def destination_kms_key_id
  @destination_kms_key_id
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def destination_region
  @destination_region
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def namespace_name
  @namespace_name
end

#snapshot_retention_period::Integer

Returns the value of attribute snapshot_retention_period.

Returns:

  • (::Integer)


133
134
135
# File 'sig/types.rbs', line 133

def snapshot_retention_period
  @snapshot_retention_period
end