Class: Aws::Types::GetFunctionUrlConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionUrlConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
-
#cors ⇒ Types::Cors
Returns the value of attribute cors.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#function_url ⇒ ::String
Returns the value of attribute function_url.
-
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#auth_type ⇒ "NONE", "AWS_IAM"
Returns the value of attribute auth_type.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def auth_type @auth_type end |
#cors ⇒ Types::Cors
Returns the value of attribute cors.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def cors @cors end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def creation_time @creation_time end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def function_arn @function_arn end |
#function_url ⇒ ::String
Returns the value of attribute function_url.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def function_url @function_url end |
#invoke_mode ⇒ "BUFFERED", "RESPONSE_STREAM"
Returns the value of attribute invoke_mode.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def invoke_mode @invoke_mode end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def last_modified_time @last_modified_time end |