Class: Aws::Types::RuntimeContext
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ ::String
Returns the value of attribute address_family.
-
#command_line_example ⇒ ::String
Returns the value of attribute command_line_example.
-
#file_operation ⇒ ::String
Returns the value of attribute file_operation.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#file_system_type ⇒ ::String
Returns the value of attribute file_system_type.
-
#flags ⇒ ::Array[::String]
Returns the value of attribute flags.
-
#iana_protocol_number ⇒ ::Integer
Returns the value of attribute iana_protocol_number.
-
#ld_preload_value ⇒ ::String
Returns the value of attribute ld_preload_value.
-
#library_path ⇒ ::String
Returns the value of attribute library_path.
-
#memory_regions ⇒ ::Array[::String]
Returns the value of attribute memory_regions.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#modifying_process ⇒ Types::ProcessDetails
Returns the value of attribute modifying_process.
-
#module_file_path ⇒ ::String
Returns the value of attribute module_file_path.
-
#module_name ⇒ ::String
Returns the value of attribute module_name.
-
#module_sha_256 ⇒ ::String
Returns the value of attribute module_sha_256.
-
#mount_source ⇒ ::String
Returns the value of attribute mount_source.
-
#mount_target ⇒ ::String
Returns the value of attribute mount_target.
-
#related_file_paths ⇒ ::Array[::String]
Returns the value of attribute related_file_paths.
-
#release_agent_path ⇒ ::String
Returns the value of attribute release_agent_path.
-
#runc_binary_path ⇒ ::String
Returns the value of attribute runc_binary_path.
-
#script_path ⇒ ::String
Returns the value of attribute script_path.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#shell_history_file_path ⇒ ::String
Returns the value of attribute shell_history_file_path.
-
#socket_path ⇒ ::String
Returns the value of attribute socket_path.
-
#target_process ⇒ Types::ProcessDetails
Returns the value of attribute target_process.
-
#threat_file_path ⇒ ::String
Returns the value of attribute threat_file_path.
-
#tool_category ⇒ ::String
Returns the value of attribute tool_category.
-
#tool_name ⇒ ::String
Returns the value of attribute tool_name.
Instance Attribute Details
#address_family ⇒ ::String
Returns the value of attribute address_family.
2694 2695 2696 |
# File 'sig/types.rbs', line 2694 def address_family @address_family end |
#command_line_example ⇒ ::String
Returns the value of attribute command_line_example.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def command_line_example @command_line_example end |
#file_operation ⇒ ::String
Returns the value of attribute file_operation.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def file_operation @file_operation end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def file_path @file_path end |
#file_system_type ⇒ ::String
Returns the value of attribute file_system_type.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def file_system_type @file_system_type end |
#flags ⇒ ::Array[::String]
Returns the value of attribute flags.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def flags @flags end |
#iana_protocol_number ⇒ ::Integer
Returns the value of attribute iana_protocol_number.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def iana_protocol_number @iana_protocol_number end |
#ld_preload_value ⇒ ::String
Returns the value of attribute ld_preload_value.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def ld_preload_value @ld_preload_value end |
#library_path ⇒ ::String
Returns the value of attribute library_path.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def library_path @library_path end |
#memory_regions ⇒ ::Array[::String]
Returns the value of attribute memory_regions.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def memory_regions @memory_regions end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def modified_at @modified_at end |
#modifying_process ⇒ Types::ProcessDetails
Returns the value of attribute modifying_process.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def @modifying_process end |
#module_file_path ⇒ ::String
Returns the value of attribute module_file_path.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def module_file_path @module_file_path end |
#module_name ⇒ ::String
Returns the value of attribute module_name.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def module_name @module_name end |
#module_sha_256 ⇒ ::String
Returns the value of attribute module_sha_256.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def module_sha_256 @module_sha_256 end |
#mount_source ⇒ ::String
Returns the value of attribute mount_source.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def mount_source @mount_source end |
#mount_target ⇒ ::String
Returns the value of attribute mount_target.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def mount_target @mount_target end |
#related_file_paths ⇒ ::Array[::String]
Returns the value of attribute related_file_paths.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def @related_file_paths end |
#release_agent_path ⇒ ::String
Returns the value of attribute release_agent_path.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def release_agent_path @release_agent_path end |
#runc_binary_path ⇒ ::String
Returns the value of attribute runc_binary_path.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def runc_binary_path @runc_binary_path end |
#script_path ⇒ ::String
Returns the value of attribute script_path.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def script_path @script_path end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def service_name @service_name end |
#shell_history_file_path ⇒ ::String
Returns the value of attribute shell_history_file_path.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def shell_history_file_path @shell_history_file_path end |
#socket_path ⇒ ::String
Returns the value of attribute socket_path.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def socket_path @socket_path end |
#target_process ⇒ Types::ProcessDetails
Returns the value of attribute target_process.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def target_process @target_process end |
#threat_file_path ⇒ ::String
Returns the value of attribute threat_file_path.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def threat_file_path @threat_file_path end |
#tool_category ⇒ ::String
Returns the value of attribute tool_category.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def tool_category @tool_category end |
#tool_name ⇒ ::String
Returns the value of attribute tool_name.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def tool_name @tool_name end |