Class: Aws::Types::SupportedInstanceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode"MONTHLY", "HOURLY"

Returns the value of attribute billing_mode.

Returns:

  • ("MONTHLY", "HOURLY")


436
437
438
# File 'sig/types.rbs', line 436

def billing_mode
  @billing_mode
end

#platform_type"Windows", ...

Returns the value of attribute platform_type.

Returns:

  • ("Windows", "Windows BYOL", "Linux/UNIX", "Ubuntu Pro Linux", "Red Hat Enterprise Linux", "Red Hat BYOL Linux", "SUSE Linux")


437
438
439
# File 'sig/types.rbs', line 437

def platform_type
  @platform_type
end

#tenancy"SHARED", "DEDICATED"

Returns the value of attribute tenancy.

Returns:

  • ("SHARED", "DEDICATED")


438
439
440
# File 'sig/types.rbs', line 438

def tenancy
  @tenancy
end