Class: Aws::Types::DescribeFolderContentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderContentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#include ⇒ ::String
Returns the value of attribute include.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
-
#sort ⇒ "DATE", "NAME"
Returns the value of attribute sort.
-
#type ⇒ "ALL", ...
Returns the value of attribute type.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
310 311 312 |
# File 'sig/types.rbs', line 310 def authentication_token @authentication_token end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def folder_id @folder_id end |
#include ⇒ ::String
Returns the value of attribute include.
317 318 319 |
# File 'sig/types.rbs', line 317 def include @include end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
314 315 316 |
# File 'sig/types.rbs', line 314 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
315 316 317 |
# File 'sig/types.rbs', line 315 def marker @marker end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
313 314 315 |
# File 'sig/types.rbs', line 313 def order @order end |
#sort ⇒ "DATE", "NAME"
Returns the value of attribute sort.
312 313 314 |
# File 'sig/types.rbs', line 312 def sort @sort end |
#type ⇒ "ALL", ...
Returns the value of attribute type.
316 317 318 |
# File 'sig/types.rbs', line 316 def type @type end |