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
4640 |
# File 'sig/client.rbs', line 4640
def arn: () -> ::String
|
#folder_id ⇒ ::String
4641 |
# File 'sig/client.rbs', line 4641
def folder_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4642 |
# File 'sig/client.rbs', line 4642
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4643 |
# File 'sig/client.rbs', line 4643
def request_id: () -> ::String
|
#status ⇒ ::Integer
4639 |
# File 'sig/client.rbs', line 4639
def status: () -> ::Integer
|