Class: Aws::Types::BatchGetAssetPropertyAggregatesEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyAggregatesEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_types ⇒ ::Array[("AVERAGE" | "COUNT" | "MAXIMUM" | "MINIMUM" | "SUM" | "STANDARD_DEVIATION")]
Returns the value of attribute aggregate_types.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#qualities ⇒ ::Array[("GOOD" | "BAD" | "UNCERTAIN")]
Returns the value of attribute qualities.
-
#resolution ⇒ ::String
Returns the value of attribute resolution.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#time_ordering ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute time_ordering.
Instance Attribute Details
#aggregate_types ⇒ ::Array[("AVERAGE" | "COUNT" | "MAXIMUM" | "MINIMUM" | "SUM" | "STANDARD_DEVIATION")]
Returns the value of attribute aggregate_types.
458 459 460 |
# File 'sig/types.rbs', line 458 def aggregate_types @aggregate_types end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def asset_id @asset_id end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
461 462 463 |
# File 'sig/types.rbs', line 461 def end_date @end_date end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def entry_id @entry_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
457 458 459 |
# File 'sig/types.rbs', line 457 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
456 457 458 |
# File 'sig/types.rbs', line 456 def property_id @property_id end |
#qualities ⇒ ::Array[("GOOD" | "BAD" | "UNCERTAIN")]
Returns the value of attribute qualities.
462 463 464 |
# File 'sig/types.rbs', line 462 def qualities @qualities end |
#resolution ⇒ ::String
Returns the value of attribute resolution.
459 460 461 |
# File 'sig/types.rbs', line 459 def resolution @resolution end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
460 461 462 |
# File 'sig/types.rbs', line 460 def start_date @start_date end |
#time_ordering ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute time_ordering.
463 464 465 |
# File 'sig/types.rbs', line 463 def time_ordering @time_ordering end |