Class: Aws::QuickSight::Types::DeleteAgentResponse

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


16856
16857
16858
16859
16860
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16856

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