Class: Aws::QuickSight::Types::UpdateAgentPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAgentPermissionsResponse
- 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.
44143 44144 44145 44146 44147 44148 44149 44150 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44143 class UpdateAgentPermissionsResponse < Struct.new( :arn, :agent_id, :request_id, :permissions) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
44143 44144 44145 44146 44147 44148 44149 44150 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44143 class UpdateAgentPermissionsResponse < Struct.new( :arn, :agent_id, :request_id, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
The resource permissions for the agent.
44143 44144 44145 44146 44147 44148 44149 44150 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44143 class UpdateAgentPermissionsResponse < Struct.new( :arn, :agent_id, :request_id, :permissions) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
44143 44144 44145 44146 44147 44148 44149 44150 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44143 class UpdateAgentPermissionsResponse < Struct.new( :arn, :agent_id, :request_id, :permissions) SENSITIVE = [] include Aws::Structure end |