Class: Aws::Types::PlacementStrategy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:field])

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns the value of attribute field.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def field
  @field
end

#type"random", ...

Returns the value of attribute type.

Returns:

  • ("random", "spread", "binpack")


564
565
566
# File 'sig/types.rbs', line 564

def type
  @type
end