Class: Aws::Types::GetAssetPropertyValueHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetPropertyValueHistoryRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def asset_id @asset_id end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def end_date @end_date end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def next_token @next_token end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def property_id @property_id end |
#qualities ⇒ ::Array[("GOOD" | "BAD" | "UNCERTAIN")]
Returns the value of attribute qualities.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def qualities @qualities end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def start_date @start_date end |
#time_ordering ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute time_ordering.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def time_ordering @time_ordering end |