Class: Aws::QuickSight::Types::DescribeAgentPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAgentPermissionsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier for the agent.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the agent.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier for the agent.
18139 18140 18141 18142 18143 18144 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18139 class DescribeAgentPermissionsRequest < Struct.new( :agent_id, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the agent.
18139 18140 18141 18142 18143 18144 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18139 class DescribeAgentPermissionsRequest < Struct.new( :agent_id, :aws_account_id) SENSITIVE = [] include Aws::Structure end |