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