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.
14888 14889 14890 14891 14892 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14888 class DeleteAgentResponse < Struct.new( :request_id) SENSITIVE = [] include Aws::Structure end |