Class: Aws::ECS::Types::SubmitContainerStateChangeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::SubmitContainerStateChangeRequest
 
 
- 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 ARN of the cluster that hosts the container.
 - 
  
    
      #container_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the container.
 - 
  
    
      #exit_code  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exit code that’s returned for the state change request.
 - 
  
    
      #network_bindings  ⇒ Array<Types::NetworkBinding> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network bindings of the container.
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for the state change request.
 - 
  
    
      #runtime_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Docker container.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the state change request.
 - 
  
    
      #task  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
 
Instance Attribute Details
#cluster ⇒ String
The short name or full ARN of the cluster that hosts the container.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#container_name ⇒ String
The name of the container.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#exit_code ⇒ Integer
The exit code that’s returned for the state change request.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#network_bindings ⇒ Array<Types::NetworkBinding>
The network bindings of the container.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason for the state change request.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#runtime_id ⇒ String
The ID of the Docker container.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the state change request.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  | 
  
#task ⇒ String
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
      10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10077 class SubmitContainerStateChangeRequest < Struct.new( :cluster, :task, :container_name, :runtime_id, :status, :exit_code, :reason, :network_bindings) SENSITIVE = [] include Aws::Structure end  |