Class: Aws::Types::TimeSeriesSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:



3582
3583
3584
# File 'sig/types.rbs', line 3582

def alias
  @alias
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:



3580
3581
3582
# File 'sig/types.rbs', line 3580

def asset_id
  @asset_id
end

#data_type"STRING", ...

Returns the value of attribute data_type.

Returns:



3584
3585
3586
# File 'sig/types.rbs', line 3584

def data_type
  @data_type
end

#data_type_spec::String

Returns the value of attribute data_type_spec.

Returns:



3585
3586
3587
# File 'sig/types.rbs', line 3585

def data_type_spec
  @data_type_spec
end

#property_id::String

Returns the value of attribute property_id.

Returns:



3581
3582
3583
# File 'sig/types.rbs', line 3581

def property_id
  @property_id
end

#time_series_arn::String

Returns the value of attribute time_series_arn.

Returns:



3588
3589
3590
# File 'sig/types.rbs', line 3588

def time_series_arn
  @time_series_arn
end

#time_series_creation_date::Time

Returns the value of attribute time_series_creation_date.

Returns:



3586
3587
3588
# File 'sig/types.rbs', line 3586

def time_series_creation_date
  @time_series_creation_date
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:



3583
3584
3585
# File 'sig/types.rbs', line 3583

def time_series_id
  @time_series_id
end

#time_series_last_update_date::Time

Returns the value of attribute time_series_last_update_date.

Returns:



3587
3588
3589
# File 'sig/types.rbs', line 3587

def time_series_last_update_date
  @time_series_last_update_date
end