Class: Aws::Types::DeletionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_after_uploadBoolean

Returns the value of attribute delete_after_upload.

Returns:

  • (Boolean)


107
108
109
# File 'sig/types.rbs', line 107

def delete_after_upload
  @delete_after_upload
end

#edge_retention_in_hours::Integer

Returns the value of attribute edge_retention_in_hours.

Returns:

  • (::Integer)


105
106
107
# File 'sig/types.rbs', line 105

def edge_retention_in_hours
  @edge_retention_in_hours
end

#local_size_configTypes::LocalSizeConfig

Returns the value of attribute local_size_config.



106
107
108
# File 'sig/types.rbs', line 106

def local_size_config
  @local_size_config
end