Class: Aws::ECS::Types::UpdateContainerAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateContainerAgentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
-
#container_instance ⇒ String
The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.
Instance Attribute Details
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.
13004 13005 13006 13007 13008 13009 |
# File 'lib/aws-sdk-ecs/types.rb', line 13004 class UpdateContainerAgentRequest < Struct.new( :cluster, :container_instance) SENSITIVE = [] include Aws::Structure end |
#container_instance ⇒ String
The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.
13004 13005 13006 13007 13008 13009 |
# File 'lib/aws-sdk-ecs/types.rb', line 13004 class UpdateContainerAgentRequest < Struct.new( :cluster, :container_instance) SENSITIVE = [] include Aws::Structure end |