Class: Aws::Types::UpdateAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAliasRequest
- 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.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#routing_config ⇒ Types::AliasRoutingConfiguration
Returns the value of attribute routing_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def description @description end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def function_name @function_name end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def function_version @function_version end |
#name ⇒ ::String
Returns the value of attribute name.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def revision_id @revision_id end |
#routing_config ⇒ Types::AliasRoutingConfiguration
Returns the value of attribute routing_config.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def routing_config @routing_config end |