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)


753
754
755
# File 'sig/types.rbs', line 753

def expression
  @expression
end

#type"distinctInstance", "memberOf"

Returns the value of attribute type.

Returns:

  • ("distinctInstance", "memberOf")


752
753
754
# File 'sig/types.rbs', line 752

def type
  @type
end