Method: Aws::ECS::Types::ExecuteCommandRequest#cluster
- Defined in:
- lib/aws-sdk-ecs/types.rb
#cluster ⇒ String
The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed.
5919 5920 5921 5922 5923 5924 5925 5926 5927 |
# File 'lib/aws-sdk-ecs/types.rb', line 5919 class ExecuteCommandRequest < Struct.new( :cluster, :container, :command, :interactive, :task) SENSITIVE = [] include Aws::Structure end |