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
4177 |
# File 'sig/client.rbs', line 4177
def agent_id: () -> ::String
|
#arn ⇒ ::String
4176 |
# File 'sig/client.rbs', line 4176
def arn: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4179 |
# File 'sig/client.rbs', line 4179
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4178 |
# File 'sig/client.rbs', line 4178
def request_id: () -> ::String
|