Class: Aws::Types::PlacementStrategy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns the value of attribute field.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def field
  @field
end

#type"random", ...

Returns the value of attribute type.

Returns:

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


1960
1961
1962
# File 'sig/types.rbs', line 1960

def type
  @type
end