Class: Aws::Types::DeleteAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def function_name @function_name end |
#name ⇒ ::String
Returns the value of attribute name.
473 474 475 |
# File 'sig/types.rbs', line 473 def name @name end |