Class: Aws::Types::UpdateFolderResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFolderResponse
- 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.
12293 12294 12295 |
# File 'sig/types.rbs', line 12293 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
12294 12295 12296 |
# File 'sig/types.rbs', line 12294 def folder_id @folder_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12295 12296 12297 |
# File 'sig/types.rbs', line 12295 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12292 12293 12294 |
# File 'sig/types.rbs', line 12292 def status @status end |