Class: Aws::Types::GetInterpolatedAssetPropertyValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInterpolatedAssetPropertyValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#end_time_in_seconds ⇒ ::Integer
Returns the value of attribute end_time_in_seconds.
-
#end_time_offset_in_nanos ⇒ ::Integer
Returns the value of attribute end_time_offset_in_nanos.
-
#interval_in_seconds ⇒ ::Integer
Returns the value of attribute interval_in_seconds.
-
#interval_window_in_seconds ⇒ ::Integer
Returns the value of attribute interval_window_in_seconds.
-
#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.
-
#quality ⇒ "GOOD", ...
Returns the value of attribute quality.
-
#start_time_in_seconds ⇒ ::Integer
Returns the value of attribute start_time_in_seconds.
-
#start_time_offset_in_nanos ⇒ ::Integer
Returns the value of attribute start_time_offset_in_nanos.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def asset_id @asset_id end |
#end_time_in_seconds ⇒ ::Integer
Returns the value of attribute end_time_in_seconds.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def end_time_in_seconds @end_time_in_seconds end |
#end_time_offset_in_nanos ⇒ ::Integer
Returns the value of attribute end_time_offset_in_nanos.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def end_time_offset_in_nanos @end_time_offset_in_nanos end |
#interval_in_seconds ⇒ ::Integer
Returns the value of attribute interval_in_seconds.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def interval_in_seconds @interval_in_seconds end |
#interval_window_in_seconds ⇒ ::Integer
Returns the value of attribute interval_window_in_seconds.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def interval_window_in_seconds @interval_window_in_seconds end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def next_token @next_token end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def property_id @property_id end |
#quality ⇒ "GOOD", ...
Returns the value of attribute quality.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def quality @quality end |
#start_time_in_seconds ⇒ ::Integer
Returns the value of attribute start_time_in_seconds.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def start_time_in_seconds @start_time_in_seconds end |
#start_time_offset_in_nanos ⇒ ::Integer
Returns the value of attribute start_time_offset_in_nanos.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def start_time_offset_in_nanos @start_time_offset_in_nanos end |
#type ⇒ ::String
Returns the value of attribute type.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def type @type end |