Class: Aws::Types::CrossRegionCopyAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



60
61
62
# File 'sig/types.rbs', line 60

def encryption_configuration
  @encryption_configuration
end

#retain_ruleTypes::CrossRegionCopyRetainRule

Returns the value of attribute retain_rule.



61
62
63
# File 'sig/types.rbs', line 61

def retain_rule
  @retain_rule
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def target
  @target
end