Class: Aws::Types::GetPatchBaselineForPatchGroupResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_id::String

Returns the value of attribute baseline_id.

Returns:

  • (::String)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def baseline_id
  @baseline_id
end

#operating_system"WINDOWS", ...

Returns the value of attribute operating_system.

Returns:

  • ("WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "AMAZON_LINUX_2022", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX", "ALMA_LINUX", "AMAZON_LINUX_2023")


2106
2107
2108
# File 'sig/types.rbs', line 2106

def operating_system
  @operating_system
end

#patch_group::String

Returns the value of attribute patch_group.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def patch_group
  @patch_group
end