Module: Aws::Lambda::Client::_UpdateFunctionUrlConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFunctionUrlConfigResponse]
- 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"
- #last_modified_time ⇒ ::Time
Instance Method Details
#auth_type ⇒ "NONE", "AWS_IAM"
1864 |
# File 'sig/client.rbs', line 1864
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
1866 |
# File 'sig/client.rbs', line 1866
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
1863 |
# File 'sig/client.rbs', line 1863
def function_arn: () -> ::String
|
#function_url ⇒ ::String
1862 |
# File 'sig/client.rbs', line 1862
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
1868 |
# File 'sig/client.rbs', line 1868
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|
#last_modified_time ⇒ ::Time
1867 |
# File 'sig/client.rbs', line 1867
def last_modified_time: () -> ::Time
|