Class: Aws::QuickSight::Types::CreateIngestionResponse

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)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-quicksight/types.rb', line 9498

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

#ingestion_idString

An ID for the ingestion.

Returns:

  • (String)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-quicksight/types.rb', line 9498

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

#ingestion_statusString

The ingestion status.

Returns:

  • (String)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-quicksight/types.rb', line 9498

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-quicksight/types.rb', line 9498

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


9498
9499
9500
9501
9502
9503
9504
9505
9506
# File 'lib/aws-sdk-quicksight/types.rb', line 9498

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