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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset group was created.

Returns:

  • (Time)


1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1933

class DatasetGroupSummary < Struct.new(
  :dataset_group_arn,
  :dataset_group_name,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_arnString

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

Returns:

  • (String)


1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1933

class DatasetGroupSummary < Struct.new(
  :dataset_group_arn,
  :dataset_group_name,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_nameString

The name of the dataset group.

Returns:

  • (String)


1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1933

class DatasetGroupSummary < Struct.new(
  :dataset_group_arn,
  :dataset_group_name,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1933
1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1933

class DatasetGroupSummary < Struct.new(
  :dataset_group_arn,
  :dataset_group_name,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end