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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id ⇒ String

The unique identifier for the agent.

Returns:

  • (String)


48815
48816
48817
48818
48819
48820
48821
48822
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48815

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.

Returns:

  • (String)


48815
48816
48817
48818
48819
48820
48821
48822
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48815

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.

Returns:



48815
48816
48817
48818
48819
48820
48821
48822
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48815

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.

Returns:

  • (String)


48815
48816
48817
48818
48819
48820
48821
48822
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48815

class UpdateAgentPermissionsResponse < Struct.new(
  :arn,
  :agent_id,
  :request_id,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end