Class: Aws::Types::UpdateEc2DeepInspectionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEc2DeepInspectionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#org_package_paths ⇒ ::Array[::String]
Returns the value of attribute org_package_paths.
-
#package_paths ⇒ ::Array[::String]
Returns the value of attribute package_paths.
-
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def @error_message end |
#org_package_paths ⇒ ::Array[::String]
Returns the value of attribute org_package_paths.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def org_package_paths @org_package_paths end |
#package_paths ⇒ ::Array[::String]
Returns the value of attribute package_paths.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def package_paths @package_paths end |
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def status @status end |