Class: Aws::Types::ComputePlatform

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#product::String

Returns the value of attribute product.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def product
  @product
end

#vendor::String

Returns the value of attribute vendor.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def vendor
  @vendor
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def version
  @version
end