class Aws::IoTAnalytics::Types::DatastoreActivity

The datastore activity that specifies where to store the processed data.

@note When making an API call, you may pass DatastoreActivity

data as a hash:

    {
      name: "ActivityName", # required
      datastore_name: "DatastoreName", # required
    }

@!attribute [rw] name

The name of the datastore activity.
@return [String]

@!attribute [rw] datastore_name

The name of the data store where processed messages are stored.
@return [String]

Constants

SENSITIVE