Class: Aws::Types::DescribeFolderContentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderContentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documents ⇒ ::Array[Types::DocumentMetadata]
Returns the value of attribute documents.
-
#folders ⇒ ::Array[Types::FolderMetadata]
Returns the value of attribute folders.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#documents ⇒ ::Array[Types::DocumentMetadata]
Returns the value of attribute documents.
323 324 325 |
# File 'sig/types.rbs', line 323 def documents @documents end |
#folders ⇒ ::Array[Types::FolderMetadata]
Returns the value of attribute folders.
322 323 324 |
# File 'sig/types.rbs', line 322 def folders @folders end |
#marker ⇒ ::String
Returns the value of attribute marker.
324 325 326 |
# File 'sig/types.rbs', line 324 def marker @marker end |