Class: Aws::Types::DescribeFlywheelIterationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlywheelIterationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#flywheel_iteration_id ⇒ ::String
Returns the value of attribute flywheel_iteration_id.
Instance Attribute Details
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
520 521 522 |
# File 'sig/types.rbs', line 520 def flywheel_arn @flywheel_arn end |
#flywheel_iteration_id ⇒ ::String
Returns the value of attribute flywheel_iteration_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def flywheel_iteration_id @flywheel_iteration_id end |