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)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def expression
  @expression
end

#type"distinctInstance", "memberOf"

Returns the value of attribute type.

Returns:

  • ("distinctInstance", "memberOf")


1970
1971
1972
# File 'sig/types.rbs', line 1970

def type
  @type
end