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"
1827 |
# File 'sig/client.rbs', line 1827
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
1829 |
# File 'sig/client.rbs', line 1829
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
1826 |
# File 'sig/client.rbs', line 1826
def function_arn: () -> ::String
|
#function_url ⇒ ::String
1825 |
# File 'sig/client.rbs', line 1825
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
1831 |
# File 'sig/client.rbs', line 1831
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|
#last_modified_time ⇒ ::Time
1830 |
# File 'sig/client.rbs', line 1830
def last_modified_time: () -> ::Time
|