Class: Aws::Types::CreateFolderResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFolderResponse
- 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.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def folder_id @folder_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def status @status end |