Class: Aws::Types::ContainerServicePower

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_count::Float

Returns the value of attribute cpu_count.

Returns:

  • (::Float)


475
476
477
# File 'sig/types.rbs', line 475

def cpu_count
  @cpu_count
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


478
479
480
# File 'sig/types.rbs', line 478

def is_active
  @is_active
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def name
  @name
end

#power_id::String

Returns the value of attribute power_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def power_id
  @power_id
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


474
475
476
# File 'sig/types.rbs', line 474

def price
  @price
end

#ram_size_in_gb::Float

Returns the value of attribute ram_size_in_gb.

Returns:

  • (::Float)


476
477
478
# File 'sig/types.rbs', line 476

def ram_size_in_gb
  @ram_size_in_gb
end