Class: Aws::Inspector2::Types::UpdateEc2DeepInspectionConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.

Returns:



8769
8770
8771
8772
8773
8774
8775
8776
# File 'lib/aws-sdk-inspector2/types.rb', line 8769

class UpdateEc2DeepInspectionConfigurationResponse < Struct.new(
  :package_paths,
  :org_package_paths,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#org_package_pathsArray<String>

The current Amazon Inspector deep inspection custom paths for the organization.

Returns:



8769
8770
8771
8772
8773
8774
8775
8776
# File 'lib/aws-sdk-inspector2/types.rb', line 8769

class UpdateEc2DeepInspectionConfigurationResponse < Struct.new(
  :package_paths,
  :org_package_paths,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#package_pathsArray<String>

The current Amazon Inspector deep inspection custom paths for your account.

Returns:



8769
8770
8771
8772
8773
8774
8775
8776
# File 'lib/aws-sdk-inspector2/types.rb', line 8769

class UpdateEc2DeepInspectionConfigurationResponse < Struct.new(
  :package_paths,
  :org_package_paths,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of Amazon Inspector deep inspection in your account.

Returns:



8769
8770
8771
8772
8773
8774
8775
8776
# File 'lib/aws-sdk-inspector2/types.rb', line 8769

class UpdateEc2DeepInspectionConfigurationResponse < Struct.new(
  :package_paths,
  :org_package_paths,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end