Class: Aws::Inspector2::Types::UpdateEc2DeepInspectionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateEc2DeepInspectionConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.
-
#org_package_paths ⇒ Array<String>
The current Amazon Inspector deep inspection custom paths for the organization.
-
#package_paths ⇒ Array<String>
The current Amazon Inspector deep inspection custom paths for your account.
-
#status ⇒ String
The status of Amazon Inspector deep inspection in your account.
Instance Attribute Details
#error_message ⇒ String
An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.
7076 7077 7078 7079 7080 7081 7082 7083 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7076 class UpdateEc2DeepInspectionConfigurationResponse < Struct.new( :error_message, :org_package_paths, :package_paths, :status) SENSITIVE = [] include Aws::Structure end |
#org_package_paths ⇒ Array<String>
The current Amazon Inspector deep inspection custom paths for the organization.
7076 7077 7078 7079 7080 7081 7082 7083 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7076 class UpdateEc2DeepInspectionConfigurationResponse < Struct.new( :error_message, :org_package_paths, :package_paths, :status) SENSITIVE = [] include Aws::Structure end |
#package_paths ⇒ Array<String>
The current Amazon Inspector deep inspection custom paths for your account.
7076 7077 7078 7079 7080 7081 7082 7083 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7076 class UpdateEc2DeepInspectionConfigurationResponse < Struct.new( :error_message, :org_package_paths, :package_paths, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of Amazon Inspector deep inspection in your account.
7076 7077 7078 7079 7080 7081 7082 7083 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7076 class UpdateEc2DeepInspectionConfigurationResponse < Struct.new( :error_message, :org_package_paths, :package_paths, :status) SENSITIVE = [] include Aws::Structure end |