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

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

#service_nameString

The name of the container service to delete.

Returns:

  • (String)


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

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