Class: Aws::Proton::Types::DeleteServiceOutput

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

#serviceTypes::Service

The detailed data of the service being deleted.

Returns:



1655
1656
1657
1658
1659
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1655

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