Class: Aws::SecurityHub::Types::AwsEcsClusterConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsClusterConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The run command configuration for the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execute_command_configuration ⇒ Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
Contains the run command configuration for the cluster.
Instance Attribute Details
#execute_command_configuration ⇒ Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
Contains the run command configuration for the cluster.
9641 9642 9643 9644 9645 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9641 class AwsEcsClusterConfigurationDetails < Struct.new( :execute_command_configuration) SENSITIVE = [] include Aws::Structure end |