Method: Aws::QuickSight::Types::CancelIngestionResponse#arn
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) for the data 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 |