Class: Aws::Types::GetInterpolatedAssetPropertyValuesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2355
2356
2357
# File 'sig/types.rbs', line 2355

def property_id
  @property_id
end

#quality"GOOD", ...

Returns the value of attribute quality.

Returns:

  • ("GOOD", "BAD", "UNCERTAIN")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2365
2366
2367
# File 'sig/types.rbs', line 2365

def type
  @type
end