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)


759
760
761
# File 'sig/types.rbs', line 759

def field
  @field
end

#type"random", ...

Returns the value of attribute type.

Returns:

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


758
759
760
# File 'sig/types.rbs', line 758

def type
  @type
end