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

Class: Aws::IoTAnalytics::Types::Datastore

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

Overview

Information about a data store.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the data store.

Returns:

  • (String)

    The ARN of the data store.

#creation_timeTime

When the data store was created.

Returns:

  • (Time)

    When the data store was created.

#last_message_arrival_timeTime

The last time when a new message arrived in the data store.

AWS IoT Analytics updates this value at most once per minute for one data store. Hence, the lastMessageArrivalTime value is an approximation.

This feature only applies to messages that arrived in the data store after October 23, 2020.

Returns:

  • (Time)

    The last time when a new message arrived in the data store.

#last_update_timeTime

The last time the data store was updated.

Returns:

  • (Time)

    The last time the data store was updated.

#nameString

The name of the data store.

Returns:

  • (String)

    The name of the data store.

#retention_periodTypes::RetentionPeriod

How long, in days, message data is kept for the data store. When customerManagedS3 storage is selected, this parameter is ignored.

Returns:

#statusString

The status of a data store:

CREATING

The data store is being created.

ACTIVE

The data store has been created and can be used.

DELETING

The data store is being deleted.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING

Returns:

  • (String)

    The status of a data store:.

#storageTypes::DatastoreStorage

Where data store data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You cannot change this storage option after the data store is created.

Returns: