Class: Aws::Types::Ec2ConfigurationState
- Inherits:
-
Object
- Object
- Aws::Types::Ec2ConfigurationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_mode_state ⇒ Types::Ec2ScanModeState
Returns the value of attribute scan_mode_state.
-
#vm_scanner_state ⇒ Types::VMScannerState
Returns the value of attribute vm_scanner_state.
Instance Attribute Details
#scan_mode_state ⇒ Types::Ec2ScanModeState
Returns the value of attribute scan_mode_state.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def scan_mode_state @scan_mode_state end |
#vm_scanner_state ⇒ Types::VMScannerState
Returns the value of attribute vm_scanner_state.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def vm_scanner_state @vm_scanner_state end |