Class: Aws::Types::CrossRegionCopyRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cmk_arn::String

Returns the value of attribute cmk_arn.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def cmk_arn
  @cmk_arn
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


82
83
84
# File 'sig/types.rbs', line 82

def copy_tags
  @copy_tags
end

#deprecate_ruleTypes::CrossRegionCopyDeprecateRule

Returns the value of attribute deprecate_rule.



84
85
86
# File 'sig/types.rbs', line 84

def deprecate_rule
  @deprecate_rule
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


80
81
82
# File 'sig/types.rbs', line 80

def encrypted
  @encrypted
end

#retain_ruleTypes::CrossRegionCopyRetainRule

Returns the value of attribute retain_rule.



83
84
85
# File 'sig/types.rbs', line 83

def retain_rule
  @retain_rule
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def target
  @target
end

#target_region::String

Returns the value of attribute target_region.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def target_region
  @target_region
end