Class: Aws::Types::AmazonMachineImageOperatingSystem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operating_system_family_name::String

Returns the value of attribute operating_system_family_name.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def operating_system_family_name
  @operating_system_family_name
end

#operating_system_name::String

Returns the value of attribute operating_system_name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def operating_system_name
  @operating_system_name
end

#operating_system_version::String

Returns the value of attribute operating_system_version.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def operating_system_version
  @operating_system_version
end