Class: Aws::Types::AwsEcsServicePlacementConstraintsDetails

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)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def expression
  @expression
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def type
  @type
end