Class: Aws::Inspector2::Types::GetEc2DeepInspectionConfigurationResponse

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 Amazon Inspector deep inspection configurations could not be retrieved for your account.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4037

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

#org_package_pathsArray<String>

The Amazon Inspector deep inspection custom paths for your organization.

Returns:

  • (Array<String>)


4037
4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4037

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

#package_pathsArray<String>

The Amazon Inspector deep inspection custom paths for your account.

Returns:

  • (Array<String>)


4037
4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4037

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

#statusString

The activation status of Amazon Inspector deep inspection in your account.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
4043
4044
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4037

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