Class: Aws::Inspector2::Types::Ec2ConfigurationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Ec2ConfigurationState
- Includes:
- Structure
- Defined in:
- 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
-
#scan_mode_state ⇒ Types::Ec2ScanModeState
An object that contains details about the state of the Amazon EC2 scan mode.
Instance Attribute Details
#scan_mode_state ⇒ Types::Ec2ScanModeState
An object that contains details about the state of the Amazon EC2 scan mode.
2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2710 class Ec2ConfigurationState < Struct.new( :scan_mode_state) SENSITIVE = [] include Aws::Structure end |