Class: Aws::Types::CreateFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFolderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
117 118 119 |
# File 'sig/types.rbs', line 117 def authentication_token @authentication_token end |
#name ⇒ ::String
Returns the value of attribute name.
118 119 120 |
# File 'sig/types.rbs', line 118 def name @name end |
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def parent_folder_id @parent_folder_id end |