Class: Aws::Types::GetAssetPropertyValueHistoryRequest

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)


2293
2294
2295
# File 'sig/types.rbs', line 2293

def asset_id
  @asset_id
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


2297
2298
2299
# File 'sig/types.rbs', line 2297

def end_date
  @end_date
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2301
2302
2303
# File 'sig/types.rbs', line 2301

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2300
2301
2302
# File 'sig/types.rbs', line 2300

def next_token
  @next_token
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


2294
2295
2296
# File 'sig/types.rbs', line 2294

def property_id
  @property_id
end

#qualities::Array[("GOOD" | "BAD" | "UNCERTAIN")]

Returns the value of attribute qualities.

Returns:

  • (::Array[("GOOD" | "BAD" | "UNCERTAIN")])


2298
2299
2300
# File 'sig/types.rbs', line 2298

def qualities
  @qualities
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


2296
2297
2298
# File 'sig/types.rbs', line 2296

def start_date
  @start_date
end

#time_ordering"ASCENDING", "DESCENDING"

Returns the value of attribute time_ordering.

Returns:

  • ("ASCENDING", "DESCENDING")


2299
2300
2301
# File 'sig/types.rbs', line 2299

def time_ordering
  @time_ordering
end