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.
940 941 942 |
# File 'sig/types.rbs', line 940 def function_name @function_name end |
#name ⇒ ::String
Returns the value of attribute name.
941 942 943 |
# File 'sig/types.rbs', line 941 def name @name end |