Class: Aws::QuickSight::Types::CancelIngestionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'lib/aws-sdk-quicksight/types.rb', line 3477

class CancelIngestionRequest < Struct.new(
  :aws_account_id,
  :data_set_id,
  :ingestion_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The ID of the dataset used in the ingestion.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'lib/aws-sdk-quicksight/types.rb', line 3477

class CancelIngestionRequest < Struct.new(
  :aws_account_id,
  :data_set_id,
  :ingestion_id)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_idString

An ID for the ingestion.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'lib/aws-sdk-quicksight/types.rb', line 3477

class CancelIngestionRequest < Struct.new(
  :aws_account_id,
  :data_set_id,
  :ingestion_id)
  SENSITIVE = []
  include Aws::Structure
end