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.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def auth_type @auth_type end |
#cors ⇒ Types::Cors
Returns the value of attribute cors.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def cors @cors end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def function_name @function_name end |
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def invoke_mode @invoke_mode end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def qualifier @qualifier end |