Class: Aws::Types::FunctionConfigurationEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::FunctionConfigurationEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_sysfs ⇒ Boolean
Returns the value of attribute access_sysfs.
-
#execution ⇒ Types::FunctionExecutionConfig
Returns the value of attribute execution.
-
#resource_access_policies ⇒ ::Array[Types::ResourceAccessPolicy]
Returns the value of attribute resource_access_policies.
-
#variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute variables.
Instance Attribute Details
#access_sysfs ⇒ Boolean
Returns the value of attribute access_sysfs.
565 566 567 |
# File 'sig/types.rbs', line 565 def access_sysfs @access_sysfs end |
#execution ⇒ Types::FunctionExecutionConfig
Returns the value of attribute execution.
566 567 568 |
# File 'sig/types.rbs', line 566 def execution @execution end |
#resource_access_policies ⇒ ::Array[Types::ResourceAccessPolicy]
Returns the value of attribute resource_access_policies.
567 568 569 |
# File 'sig/types.rbs', line 567 def resource_access_policies @resource_access_policies end |
#variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute variables.
568 569 570 |
# File 'sig/types.rbs', line 568 def variables @variables end |