Class: Aws::Types::ListFlywheelIterationHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlywheelIterationHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flywheel_iteration_properties_list ⇒ ::Array[Types::FlywheelIterationProperties]
Returns the value of attribute flywheel_iteration_properties_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flywheel_iteration_properties_list ⇒ ::Array[Types::FlywheelIterationProperties]
Returns the value of attribute flywheel_iteration_properties_list.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def flywheel_iteration_properties_list @flywheel_iteration_properties_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def next_token @next_token end |