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

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource.

#created_timeTime

The time that this ingestion started.

Returns:

  • (Time)

    The time that this ingestion started.

#error_infoTypes::ErrorInfo

Error information for this ingestion.

Returns:

#ingestion_idString

Ingestion ID.

Returns:

  • (String)

    Ingestion ID.

#ingestion_size_in_bytesInteger

The size of the data ingested, in bytes.

Returns:

  • (Integer)

    The size of the data ingested, in bytes.

#ingestion_statusString

Ingestion status.

Possible values:

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

Returns:

  • (String)

    Ingestion status.

#ingestion_time_in_secondsInteger

The time that this ingestion took, measured in seconds.

Returns:

  • (Integer)

    The time that this ingestion took, measured in seconds.

#queue_infoTypes::QueueInfo

Information about a queued dataset SPICE ingestion.

Returns:

#request_sourceString

Event source for this ingestion.

Possible values:

  • MANUAL
  • SCHEDULED

Returns:

  • (String)

    Event source for this ingestion.

#request_typeString

Type of this ingestion.

Possible values:

  • INITIAL_INGESTION
  • EDIT
  • INCREMENTAL_REFRESH
  • FULL_REFRESH

Returns:

  • (String)

    Type of this ingestion.

#row_infoTypes::RowInfo

Information about rows for a data set SPICE ingestion.

Returns:

  • (Types::RowInfo)

    Information about rows for a data set SPICE ingestion.

    .