Class: Aws::Types::FilesLimit
- Inherits:
-
Object
- Object
- Aws::Types::FilesLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_files ⇒ ::Integer
Returns the value of attribute max_files.
-
#order ⇒ "DESCENDING", "ASCENDING"
Returns the value of attribute order.
-
#ordered_by ⇒ "LAST_MODIFIED_DATE"
Returns the value of attribute ordered_by.
Instance Attribute Details
#max_files ⇒ ::Integer
Returns the value of attribute max_files.
499 500 501 |
# File 'sig/types.rbs', line 499 def max_files @max_files end |
#order ⇒ "DESCENDING", "ASCENDING"
Returns the value of attribute order.
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.
500 501 502 |
# File 'sig/types.rbs', line 500 def ordered_by @ordered_by end |