Class: Aws::Proton::Types::UpdateServiceInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceInstanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_instance ⇒ Types::ServiceInstance
The service instance summary data that’s returned by Proton.
Instance Attribute Details
#service_instance ⇒ Types::ServiceInstance
The service instance summary data that’s returned by Proton.
6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-proton/types.rb', line 6349 class UpdateServiceInstanceOutput < Struct.new( :service_instance) SENSITIVE = [] include Aws::Structure end |