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.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def asset_id @asset_id end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def end_date @end_date end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def next_token @next_token end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def property_id @property_id end |
#qualities ⇒ ::Array[("GOOD" | "BAD" | "UNCERTAIN")]
Returns the value of attribute qualities.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def qualities @qualities end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def start_date @start_date end |
#time_ordering ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute time_ordering.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def time_ordering @time_ordering end |