Class: Aws::Inspector2::Types::GetEc2DeepInspectionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetEc2DeepInspectionConfigurationResponse
- 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 Amazon Inspector deep inspection configurations could not be retrieved for your account.
-
#org_package_paths ⇒ Array<String>
The Amazon Inspector deep inspection custom paths for your organization.
-
#package_paths ⇒ Array<String>
The Amazon Inspector deep inspection custom paths for your account.
-
#status ⇒ String
The activation status of Amazon Inspector deep inspection in your account.
Instance Attribute Details
#error_message ⇒ String
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.
5332 5333 5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5332 class GetEc2DeepInspectionConfigurationResponse < Struct.new( :package_paths, :org_package_paths, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#org_package_paths ⇒ Array<String>
The Amazon Inspector deep inspection custom paths for your organization.
5332 5333 5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5332 class GetEc2DeepInspectionConfigurationResponse < Struct.new( :package_paths, :org_package_paths, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#package_paths ⇒ Array<String>
The Amazon Inspector deep inspection custom paths for your account.
5332 5333 5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5332 class GetEc2DeepInspectionConfigurationResponse < Struct.new( :package_paths, :org_package_paths, :status, :error_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The activation status of Amazon Inspector deep inspection in your account.
5332 5333 5334 5335 5336 5337 5338 5339 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5332 class GetEc2DeepInspectionConfigurationResponse < Struct.new( :package_paths, :org_package_paths, :status, :error_message) SENSITIVE = [] include Aws::Structure end |