Class: Aws::Types::DeleteFolderContentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFolderContentsRequest
- 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.
224 225 226 |
# File 'sig/types.rbs', line 224 def authentication_token @authentication_token end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def folder_id @folder_id end |