Class: Aws::QuickSight::Types::DeleteAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
15761 15762 15763 15764 15765 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15761 class DeleteAgentResponse < Struct.new( :request_id) SENSITIVE = [] include Aws::Structure end |