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)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def expression
  @expression
end

#type"distinctInstance", "memberOf"

Returns the value of attribute type.

Returns:

  • ("distinctInstance", "memberOf")


1954
1955
1956
# File 'sig/types.rbs', line 1954

def type
  @type
end