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
4646 |
# File 'sig/client.rbs', line 4646
def arn: () -> ::String
|
#folder_id ⇒ ::String
4647 |
# File 'sig/client.rbs', line 4647
def folder_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4648 |
# File 'sig/client.rbs', line 4648
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4649 |
# File 'sig/client.rbs', line 4649
def request_id: () -> ::String
|
#status ⇒ ::Integer
4645 |
# File 'sig/client.rbs', line 4645
def status: () -> ::Integer
|