Class: Aws::QuickSight::Types::UpdateAgentPermissionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier for the agent.

Returns:

  • (String)


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

#arnString

The Amazon Resource Name (ARN) of the agent.

Returns:

  • (String)


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

#permissionsArray<Types::ResourcePermission>

The resource permissions for the agent.

Returns:



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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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