Class: Aws::Types::Alias
- Inherits:
-
Object
- Object
- Aws::Types::Alias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
59 60 61 |
# File 'sig/types.rbs', line 59 def lifecycle @lifecycle end |
#name ⇒ ::String
Returns the value of attribute name.
58 59 60 |
# File 'sig/types.rbs', line 58 def name @name end |