Class: Aws::Types::SearchStepsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchStepsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
-
#steps ⇒ ::Array[Types::StepSearchSummary]
Returns the value of attribute steps.
-
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
Instance Attribute Details
#next_item_offset ⇒ ::Integer
Returns the value of attribute next_item_offset.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def next_item_offset @next_item_offset end |
#steps ⇒ ::Array[Types::StepSearchSummary]
Returns the value of attribute steps.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def steps @steps end |
#total_results ⇒ ::Integer
Returns the value of attribute total_results.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def total_results @total_results end |