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