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"
874 |
# File 'sig/client.rbs', line 874
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
876 |
# File 'sig/client.rbs', line 876
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def function_arn: () -> ::String
|
#function_url ⇒ ::String
872 |
# File 'sig/client.rbs', line 872
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
878 |
# File 'sig/client.rbs', line 878
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|
#last_modified_time ⇒ ::Time
877 |
# File 'sig/client.rbs', line 877
def last_modified_time: () -> ::Time
|