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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


7050
7051
7052
7053
7054
7055
7056
7057
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7050

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>)


7050
7051
7052
7053
7054
7055
7056
7057
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7050

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>)


7050
7051
7052
7053
7054
7055
7056
7057
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7050

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)


7050
7051
7052
7053
7054
7055
7056
7057
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7050

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