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
4753 |
# File 'sig/client.rbs', line 4753
def arn: () -> ::String
|
#folder_id ⇒ ::String
4754 |
# File 'sig/client.rbs', line 4754
def folder_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4755 |
# File 'sig/client.rbs', line 4755
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4756 |
# File 'sig/client.rbs', line 4756
def request_id: () -> ::String
|
#status ⇒ ::Integer
4752 |
# File 'sig/client.rbs', line 4752
def status: () -> ::Integer
|