Method: Aws::SecurityHub::Types::AwsEcsServiceDetails#capacity_provider_strategy
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#capacity_provider_strategy ⇒ Array<Types::AwsEcsServiceCapacityProviderStrategyDetails>
The capacity provider strategy that the service uses.
9887 9888 9889 9890 9891 9892 9893 9894 9895 9896 9897 9898 9899 9900 9901 9902 9903 9904 9905 9906 9907 9908 9909 9910 9911 9912 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9887 class AwsEcsServiceDetails < Struct.new( :capacity_provider_strategy, :cluster, :deployment_configuration, :deployment_controller, :desired_count, :enable_ecs_managed_tags, :enable_execute_command, :health_check_grace_period_seconds, :launch_type, :load_balancers, :name, :network_configuration, :placement_constraints, :placement_strategies, :platform_version, :propagate_tags, :role, :scheduling_strategy, :service_arn, :service_name, :service_registries, :task_definition) SENSITIVE = [] include Aws::Structure end |