Class: Aws::Types::GetPropertyValueHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


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

def component_name
  @component_name
end

#component_path::String

Returns the value of attribute component_path.

Returns:

  • (::String)


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

def component_path
  @component_path
end

#component_type_id::String

Returns the value of attribute component_type_id.

Returns:

  • (::String)


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

def component_type_id
  @component_type_id
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def end_date_time
  @end_date_time
end

#end_time::String

Returns the value of attribute end_time.

Returns:

  • (::String)


546
547
548
# File 'sig/types.rbs', line 546

def end_time
  @end_time
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


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

def entity_id
  @entity_id
end

#interpolationTypes::InterpolationParameters

Returns the value of attribute interpolation.



541
542
543
# File 'sig/types.rbs', line 541

def interpolation
  @interpolation
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


543
544
545
# File 'sig/types.rbs', line 543

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def next_token
  @next_token
end

#order_by_time"ASCENDING", "DESCENDING"

Returns the value of attribute order_by_time.

Returns:

  • ("ASCENDING", "DESCENDING")


544
545
546
# File 'sig/types.rbs', line 544

def order_by_time
  @order_by_time
end

#property_filters::Array[Types::PropertyFilter]

Returns the value of attribute property_filters.

Returns:



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

def property_filters
  @property_filters
end

#selected_properties::Array[::String]

Returns the value of attribute selected_properties.

Returns:

  • (::Array[::String])


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

def selected_properties
  @selected_properties
end

#start_date_time::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


539
540
541
# File 'sig/types.rbs', line 539

def start_date_time
  @start_date_time
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def start_time
  @start_time
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


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

def workspace_id
  @workspace_id
end