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.
12719 12720 12721 |
# File 'sig/types.rbs', line 12719 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
12720 12721 12722 |
# File 'sig/types.rbs', line 12720 def folder_id @folder_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
12721 12722 12723 |
# File 'sig/types.rbs', line 12721 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12722 12723 12724 |
# File 'sig/types.rbs', line 12722 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12718 12719 12720 |
# File 'sig/types.rbs', line 12718 def status @status end |