Class: Aws::Types::StartFlywheelIterationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFlywheelIterationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def client_request_token @client_request_token end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def flywheel_arn @flywheel_arn end |