Class: Aws::Lightsail::Types::GetContainerImagesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lightsail::Types::GetContainerImagesResult
 
 
- Defined in:
 - gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #container_images  ⇒ Array<Types::ContainerImage> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects that describe container images that are registered to the container service.
 
Instance Attribute Details
#container_images ⇒ Array<Types::ContainerImage>
An array of objects that describe container images that are registered to the container service.
      7163 7164 7165 7166 7167  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7163 class GetContainerImagesResult < Struct.new( :container_images) SENSITIVE = [] include Aws::Structure end  |