Class: Aws::QuickSight::Types::DeleteAgentRequest

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 to delete.

Returns:

  • (String)


16843
16844
16845
16846
16847
16848
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16843

class DeleteAgentRequest < Struct.new(
  :agent_id,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the agent.

Returns:

  • (String)


16843
16844
16845
16846
16847
16848
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16843

class DeleteAgentRequest < Struct.new(
  :agent_id,
  :aws_account_id)
  SENSITIVE = []
  include Aws::Structure
end