Class: Aws::Types::StrategySummary
- Inherits:
-
Object
- Object
- Aws::Types::StrategySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#strategy ⇒ "Rehost", ...
Returns the value of attribute strategy.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
700 701 702 |
# File 'sig/types.rbs', line 700 def count @count end |
#strategy ⇒ "Rehost", ...
Returns the value of attribute strategy.
701 702 703 |
# File 'sig/types.rbs', line 701 def strategy @strategy end |