Class: Aws::Proton::Types::DeleteServiceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the service to delete.

Returns:

  • (String)


1643
1644
1645
1646
1647
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1643

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