Class: Aws::Types::LocalSizeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_local_media_size_in_mb::Integer

Returns the value of attribute max_local_media_size_in_mb.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def max_local_media_size_in_mb
  @max_local_media_size_in_mb
end

#strategy_on_full_size"DELETE_OLDEST_MEDIA", "DENY_NEW_MEDIA"

Returns the value of attribute strategy_on_full_size.

Returns:

  • ("DELETE_OLDEST_MEDIA", "DENY_NEW_MEDIA")


379
380
381
# File 'sig/types.rbs', line 379

def strategy_on_full_size
  @strategy_on_full_size
end