Class: Aws::Types::GetAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAliasRequest
- 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.
946 947 948 |
# File 'sig/types.rbs', line 946 def function_name @function_name end |
#name ⇒ ::String
Returns the value of attribute name.
947 948 949 |
# File 'sig/types.rbs', line 947 def name @name end |