Class: Aws::Types::DescribeFolderResolvedPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderResolvedPermissionsResponse
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
4756 4757 4758 |
# File 'sig/types.rbs', line 4756 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
4755 4756 4757 |
# File 'sig/types.rbs', line 4755 def folder_id @folder_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4759 4760 4761 |
# File 'sig/types.rbs', line 4759 def next_token @next_token end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4757 4758 4759 |
# File 'sig/types.rbs', line 4757 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4758 4759 4760 |
# File 'sig/types.rbs', line 4758 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4754 4755 4756 |
# File 'sig/types.rbs', line 4754 def status @status end |