Class: Aws::Types::GetPropertyValueHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPropertyValueHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_path ⇒ ::String
Returns the value of attribute component_path.
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#interpolation ⇒ Types::InterpolationParameters
Returns the value of attribute interpolation.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order_by_time ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order_by_time.
-
#property_filters ⇒ ::Array[Types::PropertyFilter]
Returns the value of attribute property_filters.
-
#selected_properties ⇒ ::Array[::String]
Returns the value of attribute selected_properties.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
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.
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.
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.
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.
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.
533 534 535 |
# File 'sig/types.rbs', line 533 def entity_id @entity_id end |
#interpolation ⇒ Types::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.
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.
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.
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.
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.
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.
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.
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.
532 533 534 |
# File 'sig/types.rbs', line 532 def workspace_id @workspace_id end |