Class: Aws::Types::Ec2ScanModeState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scan_mode"EC2_SSM_AGENT_BASED", "EC2_HYBRID"

Returns the value of attribute scan_mode.

Returns:

  • ("EC2_SSM_AGENT_BASED", "EC2_HYBRID")


1330
1331
1332
# File 'sig/types.rbs', line 1330

def scan_mode
  @scan_mode
end

#scan_mode_status"SUCCESS", "PENDING"

Returns the value of attribute scan_mode_status.

Returns:

  • ("SUCCESS", "PENDING")


1331
1332
1333
# File 'sig/types.rbs', line 1331

def scan_mode_status
  @scan_mode_status
end