Class: Aws::CodeBuild::Types::DockerServerStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::DockerServerStatus
 
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Contains information about the status of the docker server.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message associated with the status of a docker server. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the docker server. 
Instance Attribute Details
#message ⇒ String
A message associated with the status of a docker server.
| 2629 2630 2631 2632 2633 2634 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2629 class DockerServerStatus < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the docker server.
| 2629 2630 2631 2632 2633 2634 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2629 class DockerServerStatus < Struct.new( :status, :message) SENSITIVE = [] include Aws::Structure end |