Class: Aws::Types::UpdateFunctionUrlConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFunctionUrlConfigResponse
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#function_url ⇒ ::String
Returns the value of attribute function_url.
-
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def auth_type @auth_type end |
#cors ⇒ Types::Cors
Returns the value of attribute cors.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def cors @cors end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def creation_time @creation_time end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def function_arn @function_arn end |
#function_url ⇒ ::String
Returns the value of attribute function_url.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def function_url @function_url end |
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def invoke_mode @invoke_mode end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def last_modified_time @last_modified_time end |