Class: Aws::Types::AliasConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AliasConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_arn ⇒ ::String
Returns the value of attribute alias_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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
#alias_arn ⇒ ::String
Returns the value of attribute alias_arn.
65 66 67 |
# File 'sig/types.rbs', line 65 def alias_arn @alias_arn end |
#description ⇒ ::String
Returns the value of attribute description.
68 69 70 |
# File 'sig/types.rbs', line 68 def description @description end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
67 68 69 |
# File 'sig/types.rbs', line 67 def function_version @function_version end |
#name ⇒ ::String
Returns the value of attribute name.
66 67 68 |
# File 'sig/types.rbs', line 66 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def revision_id @revision_id end |
#routing_config ⇒ Types::AliasRoutingConfiguration
Returns the value of attribute routing_config.
69 70 71 |
# File 'sig/types.rbs', line 69 def routing_config @routing_config end |