Module: Aws::QuickSight::Client::_DescribeFolderPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFolderPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #folder_id ⇒ ::String
- #next_token ⇒ ::String
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
1969 |
# File 'sig/client.rbs', line 1969
def arn: () -> ::String
|
#folder_id ⇒ ::String
1968 |
# File 'sig/client.rbs', line 1968
def folder_id: () -> ::String
|
#next_token ⇒ ::String
1972 |
# File 'sig/client.rbs', line 1972
def next_token: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1970 |
# File 'sig/client.rbs', line 1970
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1971 |
# File 'sig/client.rbs', line 1971
def request_id: () -> ::String
|
#status ⇒ ::Integer
1967 |
# File 'sig/client.rbs', line 1967
def status: () -> ::Integer
|