Class: Aws::Lightsail::Types::ContainerServicesListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ContainerServicesListResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_services ⇒ Array<Types::ContainerService>
An array of objects that describe one or more container services.
Instance Attribute Details
#container_services ⇒ Array<Types::ContainerService>
An array of objects that describe one or more container services.
2682 2683 2684 2685 2686 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2682 class ContainerServicesListResult < Struct.new( :container_services) SENSITIVE = [] include Aws::Structure end |