Class: Aws::Types::GetConnectionFunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionFunctionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_function_code ⇒ ::String
Returns the value of attribute connection_function_code.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#connection_function_code ⇒ ::String
Returns the value of attribute connection_function_code.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def connection_function_code @connection_function_code end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def content_type @content_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def etag @etag end |