Class: Aws::Types::DeleteFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFolderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
230 231 232 |
# File 'sig/types.rbs', line 230 def authentication_token @authentication_token end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def folder_id @folder_id end |