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.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def asset_id @asset_id end |
#end_time_in_seconds ⇒ ::Integer
Returns the value of attribute end_time_in_seconds.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 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.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def end_time_offset_in_nanos @end_time_offset_in_nanos end |
#interval_in_seconds ⇒ ::Integer
Returns the value of attribute interval_in_seconds.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def interval_in_seconds @interval_in_seconds end |
#interval_window_in_seconds ⇒ ::Integer
Returns the value of attribute interval_window_in_seconds.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def interval_window_in_seconds @interval_window_in_seconds end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def next_token @next_token end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def property_id @property_id end |
#quality ⇒ "GOOD", ...
Returns the value of attribute quality.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def quality @quality end |
#start_time_in_seconds ⇒ ::Integer
Returns the value of attribute start_time_in_seconds.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 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.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def start_time_offset_in_nanos @start_time_offset_in_nanos end |
#type ⇒ ::String
Returns the value of attribute type.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def type @type end |