Class: Aws::Types::CreateFunctionUrlConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionUrlConfigResponse
- 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.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
459 460 461 |
# File 'sig/types.rbs', line 459 def auth_type @auth_type end |
#cors ⇒ Types::Cors
Returns the value of attribute cors.
460 461 462 |
# File 'sig/types.rbs', line 460 def cors @cors end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
461 462 463 |
# File 'sig/types.rbs', line 461 def creation_time @creation_time end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
458 459 460 |
# File 'sig/types.rbs', line 458 def function_arn @function_arn end |
#function_url ⇒ ::String
Returns the value of attribute function_url.
457 458 459 |
# File 'sig/types.rbs', line 457 def function_url @function_url end |
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
462 463 464 |
# File 'sig/types.rbs', line 462 def invoke_mode @invoke_mode end |