Class: Aws::Types::GetFunctionUrlConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionUrlConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def qualifier @qualifier end |