Class: Aws::Types::DescribePatchGroupStateResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Integer

Returns the value of attribute instances.

Returns:

  • (::Integer)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def instances
  @instances
end

#instances_with_available_security_updates::Integer

Returns the value of attribute instances_with_available_security_updates.

Returns:

  • (::Integer)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def instances_with_available_security_updates
  @instances_with_available_security_updates
end

#instances_with_critical_non_compliant_patches::Integer

Returns the value of attribute instances_with_critical_non_compliant_patches.

Returns:

  • (::Integer)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def instances_with_critical_non_compliant_patches
  @instances_with_critical_non_compliant_patches
end

#instances_with_failed_patches::Integer

Returns the value of attribute instances_with_failed_patches.

Returns:

  • (::Integer)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def instances_with_failed_patches
  @instances_with_failed_patches
end

#instances_with_installed_other_patches::Integer

Returns the value of attribute instances_with_installed_other_patches.

Returns:

  • (::Integer)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def instances_with_installed_other_patches
  @instances_with_installed_other_patches
end

#instances_with_installed_patches::Integer

Returns the value of attribute instances_with_installed_patches.

Returns:

  • (::Integer)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def instances_with_installed_patches
  @instances_with_installed_patches
end

#instances_with_installed_pending_reboot_patches::Integer

Returns the value of attribute instances_with_installed_pending_reboot_patches.

Returns:

  • (::Integer)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def instances_with_installed_pending_reboot_patches
  @instances_with_installed_pending_reboot_patches
end

#instances_with_installed_rejected_patches::Integer

Returns the value of attribute instances_with_installed_rejected_patches.

Returns:

  • (::Integer)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def instances_with_installed_rejected_patches
  @instances_with_installed_rejected_patches
end

#instances_with_missing_patches::Integer

Returns the value of attribute instances_with_missing_patches.

Returns:

  • (::Integer)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def instances_with_missing_patches
  @instances_with_missing_patches
end

#instances_with_not_applicable_patches::Integer

Returns the value of attribute instances_with_not_applicable_patches.

Returns:

  • (::Integer)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def instances_with_not_applicable_patches
  @instances_with_not_applicable_patches
end

#instances_with_other_non_compliant_patches::Integer

Returns the value of attribute instances_with_other_non_compliant_patches.

Returns:

  • (::Integer)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def instances_with_other_non_compliant_patches
  @instances_with_other_non_compliant_patches
end

#instances_with_security_non_compliant_patches::Integer

Returns the value of attribute instances_with_security_non_compliant_patches.

Returns:

  • (::Integer)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def instances_with_security_non_compliant_patches
  @instances_with_security_non_compliant_patches
end

#instances_with_unreported_not_applicable_patches::Integer

Returns the value of attribute instances_with_unreported_not_applicable_patches.

Returns:

  • (::Integer)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def instances_with_unreported_not_applicable_patches
  @instances_with_unreported_not_applicable_patches
end