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.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def code @code end |
#concurrency ⇒ Types::Concurrency
Returns the value of attribute concurrency.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def concurrency @concurrency end |
#configuration ⇒ Types::FunctionConfiguration
Returns the value of attribute configuration.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def configuration @configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def @tags end |
#tags_error ⇒ Types::TagsError
Returns the value of attribute tags_error.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def @tags_error end |