Class: Aws::Types::DescribeFolderContentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def folder_id
  @folder_id
end

#include::String

Returns the value of attribute include.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def include
  @include
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


314
315
316
# File 'sig/types.rbs', line 314

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def marker
  @marker
end

#order"ASCENDING", "DESCENDING"

Returns the value of attribute order.

Returns:

  • ("ASCENDING", "DESCENDING")


313
314
315
# File 'sig/types.rbs', line 313

def order
  @order
end

#sort"DATE", "NAME"

Returns the value of attribute sort.

Returns:

  • ("DATE", "NAME")


312
313
314
# File 'sig/types.rbs', line 312

def sort
  @sort
end

#type"ALL", ...

Returns the value of attribute type.

Returns:

  • ("ALL", "DOCUMENT", "FOLDER")


316
317
318
# File 'sig/types.rbs', line 316

def type
  @type
end