Class: Aws::Types::DeleteFunctionUrlConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFunctionUrlConfigRequest
- 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.
528 529 530 |
# File 'sig/types.rbs', line 528 def function_name @function_name end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
529 530 531 |
# File 'sig/types.rbs', line 529 def qualifier @qualifier end |