Class: Aws::Types::Ec2Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Ec2Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activate_vm_scanner ⇒ Boolean
Returns the value of attribute activate_vm_scanner.
-
#scan_mode ⇒ "EC2_SSM_AGENT_BASED", "EC2_HYBRID"
Returns the value of attribute scan_mode.
Instance Attribute Details
#activate_vm_scanner ⇒ Boolean
Returns the value of attribute activate_vm_scanner.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def activate_vm_scanner @activate_vm_scanner end |
#scan_mode ⇒ "EC2_SSM_AGENT_BASED", "EC2_HYBRID"
Returns the value of attribute scan_mode.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def scan_mode @scan_mode end |