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"
459 |
# File 'sig/client.rbs', line 459
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
461 |
# File 'sig/client.rbs', line 461
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def function_arn: () -> ::String
|
#function_url ⇒ ::String
457 |
# File 'sig/client.rbs', line 457
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
462 |
# File 'sig/client.rbs', line 462
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|