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