Module: Aws::QuickSight::Client::_UpdateFolderPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFolderPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #folder_id ⇒ ::String
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#arn ⇒ ::String
5108 |
# File 'sig/client.rbs', line 5108
def arn: () -> ::String
|
#folder_id ⇒ ::String
5109 |
# File 'sig/client.rbs', line 5109
def folder_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
5110 |
# File 'sig/client.rbs', line 5110
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5111 |
# File 'sig/client.rbs', line 5111
def request_id: () -> ::String
|
#status ⇒ ::Integer
5107 |
# File 'sig/client.rbs', line 5107
def status: () -> ::Integer
|