Method: Aws::QuickSight::Types::CancelIngestionResponse#request_id
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
3849 3850 3851 3852 3853 3854 3855 3856 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3849 class CancelIngestionResponse < Struct.new( :arn, :ingestion_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |