Module: Aws::QuickSight::Client::_UpdateAgentPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAgentPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_id ⇒ ::String
- #arn ⇒ ::String
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
Instance Method Details
#agent_id ⇒ ::String
4577 |
# File 'sig/client.rbs', line 4577
def agent_id: () -> ::String
|
#arn ⇒ ::String
4576 |
# File 'sig/client.rbs', line 4576
def arn: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4579 |
# File 'sig/client.rbs', line 4579
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4578 |
# File 'sig/client.rbs', line 4578
def request_id: () -> ::String
|