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

Class: Aws::ForecastService::Types::DatasetGroupSummary

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

Overview

Provides a summary of the dataset group properties used in the ListDatasetGroups operation. To get the complete set of properties, call the DescribeDatasetGroup operation, and provide the DatasetGroupArn.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset group was created.

Returns:

  • (Time)

    When the dataset group was created.

#dataset_group_arnString

The Amazon Resource Name (ARN) of the dataset group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset group.

#dataset_group_nameString

The name of the dataset group.

Returns:

  • (String)

    The name of the dataset group.

#last_modification_timeTime

When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the ListDatasetGroups call.

Returns:

  • (Time)

    When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.