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