Class: Aws::QuickSight::Types::DescribeAgentPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAgentPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier for the agent.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
-
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the agent.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier for the agent.
16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16357 class DescribeAgentPermissionsResponse < Struct.new( :arn, :agent_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16357 class DescribeAgentPermissionsResponse < Struct.new( :arn, :agent_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the agent.
16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16357 class DescribeAgentPermissionsResponse < Struct.new( :arn, :agent_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
16357 16358 16359 16360 16361 16362 16363 16364 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16357 class DescribeAgentPermissionsResponse < Struct.new( :arn, :agent_id, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |