Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionPlacementConstraintsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionPlacementConstraintsDetails
- 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
-
#expression ⇒ String
A cluster query language expression to apply to the constraint.
-
#type ⇒ String
The type of constraint.
Instance Attribute Details
#expression ⇒ String
A cluster query language expression to apply to the constraint.
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 |
#type ⇒ String
The type of constraint.
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 |