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