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
1972 |
# File 'sig/client.rbs', line 1972
def arn: () -> ::String
|
#folder_id ⇒ ::String
1971 |
# File 'sig/client.rbs', line 1971
def folder_id: () -> ::String
|
#next_token ⇒ ::String
1975 |
# File 'sig/client.rbs', line 1975
def next_token: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1973 |
# File 'sig/client.rbs', line 1973
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1974 |
# File 'sig/client.rbs', line 1974
def request_id: () -> ::String
|
#status ⇒ ::Integer
1970 |
# File 'sig/client.rbs', line 1970
def status: () -> ::Integer
|