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
1928 |
# File 'sig/client.rbs', line 1928
def arn: () -> ::String
|
#folder_id ⇒ ::String
1927 |
# File 'sig/client.rbs', line 1927
def folder_id: () -> ::String
|
#next_token ⇒ ::String
1931 |
# File 'sig/client.rbs', line 1931
def next_token: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1929 |
# File 'sig/client.rbs', line 1929
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1930 |
# File 'sig/client.rbs', line 1930
def request_id: () -> ::String
|
#status ⇒ ::Integer
1926 |
# File 'sig/client.rbs', line 1926
def status: () -> ::Integer
|