Class: Aws::Types::CreateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#function_version ⇒ ::String
Returns the value of attribute function_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_config ⇒ Types::AliasRoutingConfiguration
Returns the value of attribute routing_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
347 348 349 |
# File 'sig/types.rbs', line 347 def description @description end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
344 345 346 |
# File 'sig/types.rbs', line 344 def function_name @function_name end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
346 347 348 |
# File 'sig/types.rbs', line 346 def function_version @function_version end |
#name ⇒ ::String
Returns the value of attribute name.
345 346 347 |
# File 'sig/types.rbs', line 345 def name @name end |
#routing_config ⇒ Types::AliasRoutingConfiguration
Returns the value of attribute routing_config.
348 349 350 |
# File 'sig/types.rbs', line 348 def routing_config @routing_config end |