Class: Aws::Types::FilesLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_files ⇒ ::Integer

Returns the value of attribute max_files.

Returns:

  • (::Integer)


499
500
501
# File 'sig/types.rbs', line 499

def max_files
  @max_files
end

#order ⇒ "DESCENDING", "ASCENDING"

Returns the value of attribute order.

Returns:

  • ("DESCENDING", "ASCENDING")


501
502
503
# File 'sig/types.rbs', line 501

def order
  @order
end

#ordered_by ⇒ "LAST_MODIFIED_DATE"

Returns the value of attribute ordered_by.

Returns:

  • ("LAST_MODIFIED_DATE")


500
501
502
# File 'sig/types.rbs', line 500

def ordered_by
  @ordered_by
end