Class: Aws::QuickSight::Types::CancelIngestionResponse

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

#arnString

The Amazon Resource Name (ARN) for the data ingestion.

Returns:

  • (String)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-quicksight/types.rb', line 3503

class CancelIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_idString

An ID for the ingestion.

Returns:

  • (String)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-quicksight/types.rb', line 3503

class CancelIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-quicksight/types.rb', line 3503

class CancelIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'lib/aws-sdk-quicksight/types.rb', line 3503

class CancelIngestionResponse < Struct.new(
  :arn,
  :ingestion_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end