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"
867 |
# File 'sig/client.rbs', line 867
def auth_type: () -> ("NONE" | "AWS_IAM")
|
#creation_time ⇒ ::Time
869 |
# File 'sig/client.rbs', line 869
def creation_time: () -> ::Time
|
#function_arn ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def function_arn: () -> ::String
|
#function_url ⇒ ::String
865 |
# File 'sig/client.rbs', line 865
def function_url: () -> ::String
|
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
871 |
# File 'sig/client.rbs', line 871
def invoke_mode: () -> ("BUFFERED" | "RESPONSE_STREAM")
|
#last_modified_time ⇒ ::Time
870 |
# File 'sig/client.rbs', line 870
def last_modified_time: () -> ::Time
|