Class: Aws::Types::GetFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#function_code ⇒ ::String
Returns the value of attribute function_code.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def etag @etag end |
#function_code ⇒ ::String
Returns the value of attribute function_code.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def function_code @function_code end |