Class: Aws::Inspector2::Types::Ec2ScanModeState

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

Overview

The state of your Amazon EC2 scan mode configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_modeString

The scan method that is applied to the instance.

Returns:

  • (String)


2830
2831
2832
2833
2834
2835
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2830

class Ec2ScanModeState < Struct.new(
  :scan_mode,
  :scan_mode_status)
  SENSITIVE = []
  include Aws::Structure
end

#scan_mode_statusString

The status of the Amazon EC2 scan mode setting.

Returns:

  • (String)


2830
2831
2832
2833
2834
2835
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2830

class Ec2ScanModeState < Struct.new(
  :scan_mode,
  :scan_mode_status)
  SENSITIVE = []
  include Aws::Structure
end