Class: Aws::Types::GetResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcesResponse
- 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.
579 580 581 |
# File 'sig/types.rbs', line 579 def documents @documents end |
#folders ⇒ ::Array[Types::FolderMetadata]
Returns the value of attribute folders.
578 579 580 |
# File 'sig/types.rbs', line 578 def folders @folders end |
#marker ⇒ ::String
Returns the value of attribute marker.
580 581 582 |
# File 'sig/types.rbs', line 580 def marker @marker end |