Class: Aws::Types::UpdateFunctionUrlConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionUrlConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#cors ⇒ Types::Cors
Returns the value of attribute cors.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def auth_type @auth_type end |
#cors ⇒ Types::Cors
Returns the value of attribute cors.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def cors @cors end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def function_name @function_name end |
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def invoke_mode @invoke_mode end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def qualifier @qualifier end |