Class: Aws::Proton::Types::UpdateServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceOutput
- Includes:
- Structure
- Defined in:
- 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.
6361 6362 6363 6364 6365 |
# File 'lib/aws-sdk-proton/types.rb', line 6361 class UpdateServiceOutput < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |