Class: Aws::QuickSight::Types::DescribeAgentRequest

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)


16376
16377
16378
16379
16380
16381
# File 'lib/aws-sdk-quicksight/types.rb', line 16376

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

#aws_account_idString

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

Returns:

  • (String)


16376
16377
16378
16379
16380
16381
# File 'lib/aws-sdk-quicksight/types.rb', line 16376

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