Class: Aws::QuickSight::Types::Ingestion

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

Overview

Information about the SPICE ingestion for a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that this ingestion started.

Returns:

  • (Time)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_infoTypes::ErrorInfo

Error information for this ingestion.

Returns:



16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_idString

Ingestion ID.

Returns:

  • (String)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_size_in_bytesInteger

The size of the data ingested, in bytes.

Returns:

  • (Integer)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_statusString

Ingestion status.

Returns:

  • (String)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_time_in_secondsInteger

The time that this ingestion took, measured in seconds.

Returns:

  • (Integer)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#queue_infoTypes::QueueInfo

Information about a queued dataset SPICE ingestion.

Returns:



16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#request_sourceString

Event source for this ingestion.

Returns:

  • (String)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#request_typeString

Type of this ingestion.

Returns:

  • (String)


16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end

#row_infoTypes::RowInfo

Information about rows for a data set SPICE ingestion.

Returns:



16676
16677
16678
16679
16680
16681
16682
16683
16684
16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-quicksight/types.rb', line 16676

class Ingestion < Struct.new(
  :arn,
  :ingestion_id,
  :ingestion_status,
  :error_info,
  :row_info,
  :queue_info,
  :created_time,
  :ingestion_time_in_seconds,
  :ingestion_size_in_bytes,
  :request_source,
  :request_type)
  SENSITIVE = []
  include Aws::Structure
end