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

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_serviceTypes::ContainerService

An object that describes a container service.



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

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