Class: Aws::Types::DescribeFolderResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#folder ⇒ Types::Folder
Returns the value of attribute folder.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#folder ⇒ Types::Folder
Returns the value of attribute folder.
4765 4766 4767 |
# File 'sig/types.rbs', line 4765 def folder @folder end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4766 4767 4768 |
# File 'sig/types.rbs', line 4766 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4764 4765 4766 |
# File 'sig/types.rbs', line 4764 def status @status end |