Class: Aws::Lightsail::Types::ContainerServicesListResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_servicesArray<Types::ContainerService>

An array of objects that describe one or more container services.

Returns:



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