Class: Aws::Types::UpdateFolderPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFolderPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12277 12278 12279 |
# File 'sig/types.rbs', line 12277 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
12278 12279 12280 |
# File 'sig/types.rbs', line 12278 def folder_id @folder_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
12279 12280 12281 |
# File 'sig/types.rbs', line 12279 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12280 12281 12282 |
# File 'sig/types.rbs', line 12280 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12276 12277 12278 |
# File 'sig/types.rbs', line 12276 def status @status end |