Method: Aws::QuickSight::Types::CancelIngestionResponse#ingestion_id
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#ingestion_id ⇒ String
An ID for the ingestion.
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 |