Class: Aws::Types::BatchGetAssetPropertyValueHistoryEntry

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)


531
532
533
# File 'sig/types.rbs', line 531

def asset_id
  @asset_id
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def end_date
  @end_date
end

#entry_id::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def entry_id
  @entry_id
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def property_id
  @property_id
end

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

Returns the value of attribute qualities.

Returns:

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


536
537
538
# File 'sig/types.rbs', line 536

def qualities
  @qualities
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


534
535
536
# File 'sig/types.rbs', line 534

def start_date
  @start_date
end

#time_ordering"ASCENDING", "DESCENDING"

Returns the value of attribute time_ordering.

Returns:

  • ("ASCENDING", "DESCENDING")


537
538
539
# File 'sig/types.rbs', line 537

def time_ordering
  @time_ordering
end