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.
44910 44911 44912 44913 44914 44915 44916 44917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44910 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.
44910 44911 44912 44913 44914 44915 44916 44917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44910 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.
44910 44911 44912 44913 44914 44915 44916 44917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44910 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.
44910 44911 44912 44913 44914 44915 44916 44917 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44910 class UpdateAgentPermissionsResponse < Struct.new( :arn, :agent_id, :request_id, :permissions) SENSITIVE = [] include Aws::Structure end |