Class: Aws::Types::CreateAliasInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAliasInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
238 239 240 |
# File 'sig/types.rbs', line 238 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
237 238 239 |
# File 'sig/types.rbs', line 237 def name @name end |
#routing_strategy ⇒ Types::RoutingStrategy
Returns the value of attribute routing_strategy.
239 240 241 |
# File 'sig/types.rbs', line 239 def routing_strategy @routing_strategy end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
240 241 242 |
# File 'sig/types.rbs', line 240 def @tags end |