Module: Aws::Lambda::Client::_CreateFunctionUrlConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFunctionUrlConfigResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_type ⇒ "NONE", "AWS_IAM"
- #cors ⇒ Types::Cors
- #creation_time ⇒ ::Time
- #function_arn ⇒ ::String
- #function_url ⇒ ::String
- #invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Instance Method Details
#auth_type ⇒ "NONE", "AWS_IAM"
466 |
# File 'sig/client.rbs', line 466
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
468 |
# File 'sig/client.rbs', line 468
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def function_arn: () -> ::String
|
#function_url ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
469 |
# File 'sig/client.rbs', line 469
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|