Class: Aws::Types::UpdateAliasInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAliasInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_strategy ⇒ Types::RoutingStrategy
Returns the value of attribute routing_strategy.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def alias_id @alias_id end |
#description ⇒ ::String
Returns the value of attribute description.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def name @name end |
#routing_strategy ⇒ Types::RoutingStrategy
Returns the value of attribute routing_strategy.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def routing_strategy @routing_strategy end |