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"
1810 |
# File 'sig/client.rbs', line 1810
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
1812 |
# File 'sig/client.rbs', line 1812
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
1809 |
# File 'sig/client.rbs', line 1809
def function_arn: () -> ::String
|
#function_url ⇒ ::String
1808 |
# File 'sig/client.rbs', line 1808
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
1814 |
# File 'sig/client.rbs', line 1814
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|
#last_modified_time ⇒ ::Time
1813 |
# File 'sig/client.rbs', line 1813
def last_modified_time: () -> ::Time
|