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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2345
2346
2347
# File 'sig/types.rbs', line 2345

def property_id
  @property_id
end

#quality"GOOD", ...

Returns the value of attribute quality.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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

def type
  @type
end