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.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def description @description end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def function_name @function_name end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def function_version @function_version end |
#name ⇒ ::String
Returns the value of attribute name.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def revision_id @revision_id end |
#routing_config ⇒ Types::AliasRoutingConfiguration
Returns the value of attribute routing_config.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def routing_config @routing_config end |