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)


217
218
219
# File 'sig/types.rbs', line 217

def field
  @field
end

#type ⇒ "random", ...

Returns the value of attribute type.

Returns:

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


218
219
220
# File 'sig/types.rbs', line 218

def type
  @type
end