Class: Aws::Lightsail::Types::CreateContainerServiceResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_serviceTypes::ContainerService

An object that describes a container service.



3302
3303
3304
3305
3306
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3302

class CreateContainerServiceResult < Struct.new(
  :container_service)
  SENSITIVE = []
  include Aws::Structure
end