You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the SPICE ingestion for a dataset.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the resource.

#created_time ⇒ Time

The time that this ingestion started.

Returns:

  • (Time) —

    The time that this ingestion started.

#error_info ⇒ Types::ErrorInfo

Error information for this ingestion.

Returns:

#ingestion_id ⇒ String

Ingestion ID.

Returns:

  • (String) —

    Ingestion ID.

#ingestion_size_in_bytes ⇒ Integer

The size of the data ingested, in bytes.

Returns:

  • (Integer) —

    The size of the data ingested, in bytes.

#ingestion_status ⇒ String

Ingestion status.

Possible values:

  • INITIALIZED
  • QUEUED
  • RUNNING
  • FAILED
  • COMPLETED
  • CANCELLED

Returns:

  • (String) —

    Ingestion status.

#ingestion_time_in_seconds ⇒ Integer

The time that this ingestion took, measured in seconds.

Returns:

  • (Integer) —

    The time that this ingestion took, measured in seconds.

#queue_info ⇒ Types::QueueInfo

Information about a queued dataset SPICE ingestion.

Returns:

#request_source ⇒ String

Event source for this ingestion.

Possible values:

  • MANUAL
  • SCHEDULED

Returns:

  • (String) —

    Event source for this ingestion.

#request_type ⇒ String

Type of this ingestion.

Possible values:

  • INITIAL_INGESTION
  • EDIT
  • INCREMENTAL_REFRESH
  • FULL_REFRESH

Returns:

  • (String) —

    Type of this ingestion.

#row_info ⇒ Types::RowInfo

Information about rows for a data set SPICE ingestion.

Returns:

  • (Types::RowInfo) —

    Information about rows for a data set SPICE ingestion.

    .