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

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

#agentTypes::Agent

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

Returns:



16394
16395
16396
16397
16398
16399
# File 'lib/aws-sdk-quicksight/types.rb', line 16394

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)


16394
16395
16396
16397
16398
16399
# File 'lib/aws-sdk-quicksight/types.rb', line 16394

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