Class: Aws::Lightsail::Types::DeleteContainerServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteContainerServiceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the container service to delete.
Instance Attribute Details
#service_name ⇒ String
The name of the container service to delete.
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 |