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
1988 |
# File 'sig/client.rbs', line 1988
def arn: () -> ::String
|
#folder_id ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def folder_id: () -> ::String
|
#next_token ⇒ ::String
1991 |
# File 'sig/client.rbs', line 1991
def next_token: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1989 |
# File 'sig/client.rbs', line 1989
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1990 |
# File 'sig/client.rbs', line 1990
def request_id: () -> ::String
|
#status ⇒ ::Integer
1986 |
# File 'sig/client.rbs', line 1986
def status: () -> ::Integer
|