Class: Aws::Types::BatchGetAssetPropertyValueHistoryEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyValueHistoryEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#time_ordering ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute time_ordering.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
531 532 533 |
# File 'sig/types.rbs', line 531 def asset_id @asset_id end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
535 536 537 |
# File 'sig/types.rbs', line 535 def end_date @end_date end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def entry_id @entry_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
533 534 535 |
# File 'sig/types.rbs', line 533 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
532 533 534 |
# File 'sig/types.rbs', line 532 def property_id @property_id end |
#qualities ⇒ ::Array[("GOOD" | "BAD" | "UNCERTAIN")]
Returns the value of attribute qualities.
536 537 538 |
# File 'sig/types.rbs', line 536 def qualities @qualities end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
534 535 536 |
# File 'sig/types.rbs', line 534 def start_date @start_date end |
#time_ordering ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute time_ordering.
537 538 539 |
# File 'sig/types.rbs', line 537 def time_ordering @time_ordering end |