Class: Aws::Lightsail::Types::ContainerServicesListResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ContainerServicesListResult
- Includes:
- Structure
- Defined in:
- 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.
2681 2682 2683 2684 2685 |
# File 'lib/aws-sdk-lightsail/types.rb', line 2681 class ContainerServicesListResult < Struct.new( :container_services) SENSITIVE = [] include Aws::Structure end |