Module: Aws::QuickSight::Client::_DescribeFolderResolvedPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFolderResolvedPermissionsResponse]
- 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
2030 |
# File 'sig/client.rbs', line 2030
def arn: () -> ::String
|
#folder_id ⇒ ::String
2029 |
# File 'sig/client.rbs', line 2029
def folder_id: () -> ::String
|
#next_token ⇒ ::String
2033 |
# File 'sig/client.rbs', line 2033
def next_token: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
2031 |
# File 'sig/client.rbs', line 2031
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2032 |
# File 'sig/client.rbs', line 2032
def request_id: () -> ::String
|
#status ⇒ ::Integer
2028 |
# File 'sig/client.rbs', line 2028
def status: () -> ::Integer
|