Class: Aws::Types::TargetPlatform

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator"INTEL_GRAPHICS", ...

Returns the value of attribute accelerator.

Returns:

  • ("INTEL_GRAPHICS", "MALI", "NVIDIA", "NNA")


11274
11275
11276
# File 'sig/types.rbs', line 11274

def accelerator
  @accelerator
end

#arch"X86_64", ...

Returns the value of attribute arch.

Returns:

  • ("X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF")


11273
11274
11275
# File 'sig/types.rbs', line 11273

def arch
  @arch
end

#os"ANDROID", "LINUX"

Returns the value of attribute os.

Returns:

  • ("ANDROID", "LINUX")


11272
11273
11274
# File 'sig/types.rbs', line 11272

def os
  @os
end