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:

  • (String)


7073
7074
7075
7076
7077
7078
7079
7080
# File 'lib/aws-sdk-inspector2/types.rb', line 7073

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

#org_package_pathsArray<String>

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

Returns:

  • (Array<String>)


7073
7074
7075
7076
7077
7078
7079
7080
# File 'lib/aws-sdk-inspector2/types.rb', line 7073

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

#package_pathsArray<String>

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

Returns:

  • (Array<String>)


7073
7074
7075
7076
7077
7078
7079
7080
# File 'lib/aws-sdk-inspector2/types.rb', line 7073

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

#statusString

The status of Amazon Inspector deep inspection in your account.

Returns:

  • (String)


7073
7074
7075
7076
7077
7078
7079
7080
# File 'lib/aws-sdk-inspector2/types.rb', line 7073

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