Class: Aws::Proton::Types::UpdateServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceOutput
- 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 service detail data that's returned by Proton.
Instance Attribute Details
#service ⇒ Types::Service
The service detail data that's returned by Proton.
5074 5075 5076 5077 5078 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5074 class UpdateServiceOutput < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |