Class: Aws::Types::TaskDefinitionPlacementConstraint

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)


2696
2697
2698
# File 'sig/types.rbs', line 2696

def expression
  @expression
end

#type"memberOf"

Returns the value of attribute type.

Returns:

  • ("memberOf")


2695
2696
2697
# File 'sig/types.rbs', line 2695

def type
  @type
end