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
4599 |
# File 'sig/client.rbs', line 4599
def arn: () -> ::String
|
#folder_id ⇒ ::String
4600 |
# File 'sig/client.rbs', line 4600
def folder_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4601 |
# File 'sig/client.rbs', line 4601
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4602 |
# File 'sig/client.rbs', line 4602
def request_id: () -> ::String
|
#status ⇒ ::Integer
4598 |
# File 'sig/client.rbs', line 4598
def status: () -> ::Integer
|