Class: Aws::Types::DescribeFolderPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderPermissionsResponse
- 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.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def arn @arn end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def folder_id @folder_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4734 4735 4736 |
# File 'sig/types.rbs', line 4734 def next_token @next_token end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4732 4733 4734 |
# File 'sig/types.rbs', line 4732 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4733 4734 4735 |
# File 'sig/types.rbs', line 4733 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4729 4730 4731 |
# File 'sig/types.rbs', line 4729 def status @status end |