Class: Aws::Types::DatasetSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


318
319
320
# File 'sig/types.rbs', line 318

def creation_time
  @creation_time
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def dataset_arn
  @dataset_arn
end

#dataset_name ⇒ ::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def dataset_name
  @dataset_name
end

#dataset_type ⇒ "TARGET_TIME_SERIES", ...

Returns the value of attribute dataset_type.

Returns:

  • ("TARGET_TIME_SERIES", "RELATED_TIME_SERIES", "ITEM_METADATA")


316
317
318
# File 'sig/types.rbs', line 316

def dataset_type
  @dataset_type
end

#domain ⇒ "RETAIL", ...

Returns the value of attribute domain.

Returns:

  • ("RETAIL", "CUSTOM", "INVENTORY_PLANNING", "EC2_CAPACITY", "WORK_FORCE", "WEB_TRAFFIC", "METRICS")


317
318
319
# File 'sig/types.rbs', line 317

def domain
  @domain
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


319
320
321
# File 'sig/types.rbs', line 319

def last_modification_time
  @last_modification_time
end