Class: Aws::Types::GetAssetPropertyValueHistoryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_property_value_history::Array[Types::AssetPropertyValue]

Returns the value of attribute asset_property_value_history.

Returns:



2316
2317
2318
# File 'sig/types.rbs', line 2316

def asset_property_value_history
  @asset_property_value_history
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def next_token
  @next_token
end