Class: Aws::Types::DeleteFolderResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFolderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
3923 3924 3925 |
# File 'sig/types.rbs', line 3923 def folder_id @folder_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3924 3925 3926 |
# File 'sig/types.rbs', line 3924 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def status @status end |