Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionPlacementConstraintsDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

A placement constraint object to use for tasks.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionString

A cluster query language expression to apply to the constraint.

Returns:

  • (String)


11327
11328
11329
11330
11331
11332
# File 'lib/aws-sdk-securityhub/types.rb', line 11327

class AwsEcsTaskDefinitionPlacementConstraintsDetails < Struct.new(
  :expression,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of constraint.

Returns:

  • (String)


11327
11328
11329
11330
11331
11332
# File 'lib/aws-sdk-securityhub/types.rb', line 11327

class AwsEcsTaskDefinitionPlacementConstraintsDetails < Struct.new(
  :expression,
  :type)
  SENSITIVE = []
  include Aws::Structure
end