Class: Aws::Types::GetEc2DeepInspectionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEc2DeepInspectionConfigurationResponse
- 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.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def @error_message end |
#org_package_paths ⇒ ::Array[::String]
Returns the value of attribute org_package_paths.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def org_package_paths @org_package_paths end |
#package_paths ⇒ ::Array[::String]
Returns the value of attribute package_paths.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def package_paths @package_paths end |
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def status @status end |