Class: Aws::Types::UpdateFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFolderRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
-
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
848 849 850 |
# File 'sig/types.rbs', line 848 def authentication_token @authentication_token end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def folder_id @folder_id end |
#name ⇒ ::String
Returns the value of attribute name.
850 851 852 |
# File 'sig/types.rbs', line 850 def name @name end |
#parent_folder_id ⇒ ::String
Returns the value of attribute parent_folder_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def parent_folder_id @parent_folder_id end |
#resource_state ⇒ "ACTIVE", ...
Returns the value of attribute resource_state.
852 853 854 |
# File 'sig/types.rbs', line 852 def resource_state @resource_state end |