Class: Aws::QuickSight::Types::DescribeAgentResponse

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

#agentTypes::Agent

The full details of the agent, including its configuration, status, and associations.

Returns:



16566
16567
16568
16569
16570
16571
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16566

class DescribeAgentResponse < Struct.new(
  :agent,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


16566
16567
16568
16569
16570
16571
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16566

class DescribeAgentResponse < Struct.new(
  :agent,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end