Class: Aws::Types::TimeSeriesConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grouping_attribute_names::Array[::String]

Returns the value of attribute grouping_attribute_names.

Returns:

  • (::Array[::String])


11337
11338
11339
# File 'sig/types.rbs', line 11337

def grouping_attribute_names
  @grouping_attribute_names
end

#item_identifier_attribute_name::String

Returns the value of attribute item_identifier_attribute_name.

Returns:

  • (::String)


11336
11337
11338
# File 'sig/types.rbs', line 11336

def item_identifier_attribute_name
  @item_identifier_attribute_name
end

#target_attribute_name::String

Returns the value of attribute target_attribute_name.

Returns:

  • (::String)


11334
11335
11336
# File 'sig/types.rbs', line 11334

def target_attribute_name
  @target_attribute_name
end

#timestamp_attribute_name::String

Returns the value of attribute timestamp_attribute_name.

Returns:

  • (::String)


11335
11336
11337
# File 'sig/types.rbs', line 11335

def timestamp_attribute_name
  @timestamp_attribute_name
end