Module: Aws::QuickSight::Client::_DescribeAgentPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAgentPermissionsResponse]
- 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
1525 |
# File 'sig/client.rbs', line 1525
def agent_id: () -> ::String
|
#arn ⇒ ::String
1524 |
# File 'sig/client.rbs', line 1524
def arn: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1526 |
# File 'sig/client.rbs', line 1526
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1527 |
# File 'sig/client.rbs', line 1527
def request_id: () -> ::String
|