Class: Aws::Types::GetPropertyValueHistoryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def next_token
  @next_token
end

#property_values::Array[Types::PropertyValueHistory]

Returns the value of attribute property_values.

Returns:



551
552
553
# File 'sig/types.rbs', line 551

def property_values
  @property_values
end