Class: Aws::Types::PlacementConstraint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expression ⇒ ::String

Returns the value of attribute expression.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def expression
  @expression
end

#type ⇒ "distinctInstance", "memberOf"

Returns the value of attribute type.

Returns:

  • ("distinctInstance", "memberOf")


212
213
214
# File 'sig/types.rbs', line 212

def type
  @type
end