Class: Aws::Types::UpdateFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFolderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12285 12286 12287 |
# File 'sig/types.rbs', line 12285 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
12286 12287 12288 |
# File 'sig/types.rbs', line 12286 def folder_id @folder_id end |
#name ⇒ ::String
Returns the value of attribute name.
12287 12288 12289 |
# File 'sig/types.rbs', line 12287 def name @name end |