Class: Aws::Types::RoutingStrategy
- Inherits:
-
Object
- Object
- Aws::Types::RoutingStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "SIMPLE", "TERMINAL"
Returns the value of attribute type.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def fleet_id @fleet_id end |
#message ⇒ ::String
Returns the value of attribute message.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def @message end |
#type ⇒ "SIMPLE", "TERMINAL"
Returns the value of attribute type.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def type @type end |