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:



2306
2307
2308
# File 'sig/types.rbs', line 2306

def asset_property_value_history
  @asset_property_value_history
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def next_token
  @next_token
end