Class: Aws::Types::GetFunctionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ Types::FunctionCodeLocation
Returns the value of attribute code.
-
#concurrency ⇒ Types::Concurrency
Returns the value of attribute concurrency.
-
#configuration ⇒ Types::FunctionConfiguration
Returns the value of attribute configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tags_error ⇒ Types::TagsError
Returns the value of attribute tags_error.
Instance Attribute Details
#code ⇒ Types::FunctionCodeLocation
Returns the value of attribute code.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def code @code end |
#concurrency ⇒ Types::Concurrency
Returns the value of attribute concurrency.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def concurrency @concurrency end |
#configuration ⇒ Types::FunctionConfiguration
Returns the value of attribute configuration.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def configuration @configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def @tags end |
#tags_error ⇒ Types::TagsError
Returns the value of attribute tags_error.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def @tags_error end |