Class: Aws::Types::AwsEcsTaskDefinitionPlacementConstraintsDetails

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)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def expression
  @expression
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def type
  @type
end