Class: Aws::Lightsail::Types::DeleteContainerServiceRequest

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

#service_nameString

The name of the container service to delete.

Returns:

  • (String)


5089
5090
5091
5092
5093
# File 'lib/aws-sdk-lightsail/types.rb', line 5089

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