Module: Aws::Lambda::Client::_GetFunctionUrlConfigResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFunctionUrlConfigResponse]
- 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"
857 |
# File 'sig/client.rbs', line 857
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
859 |
# File 'sig/client.rbs', line 859
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
856 |
# File 'sig/client.rbs', line 856
def function_arn: () -> ::String
|
#function_url ⇒ ::String
855 |
# File 'sig/client.rbs', line 855
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
861 |
# File 'sig/client.rbs', line 861
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|
#last_modified_time ⇒ ::Time
860 |
# File 'sig/client.rbs', line 860
def last_modified_time: () -> ::Time
|