Class: Aws::Types::PlacementStrategy
- Inherits:
-
Object
- Object
- Aws::Types::PlacementStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#type ⇒ "random", ...
Returns the value of attribute type.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def field @field end |
#type ⇒ "random", ...
Returns the value of attribute type.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def type @type end |