Class: Aws::Proton::Types::DeleteServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteServiceOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The detailed data of the service being deleted.
Instance Attribute Details
#service ⇒ Types::Service
The detailed data of the service being deleted.
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 |