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)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def expression
  @expression
end

#type"memberOf"

Returns the value of attribute type.

Returns:

  • ("memberOf")


2711
2712
2713
# File 'sig/types.rbs', line 2711

def type
  @type
end