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)


4975
4976
4977
4978
4979
# File 'lib/aws-sdk-lightsail/types.rb', line 4975

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