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:



16751
16752
16753
16754
16755
16756
# File 'lib/aws-sdk-quicksight/types.rb', line 16751

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)


16751
16752
16753
16754
16755
16756
# File 'lib/aws-sdk-quicksight/types.rb', line 16751

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