Class: Aws::Inspector2::Types::Ec2ConfigurationState

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

Overview

Details about the state of the EC2 scan configuration for your environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_mode_stateTypes::Ec2ScanModeState

An object that contains details about the state of the Amazon EC2 scan mode.



2700
2701
2702
2703
2704
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2700

class Ec2ConfigurationState < Struct.new(
  :scan_mode_state)
  SENSITIVE = []
  include Aws::Structure
end