Class: Aws::Resiliencehubv2::Types::UpdateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The updated service.
Instance Attribute Details
#service ⇒ Types::Service
The updated service.
6281 6282 6283 6284 6285 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6281 class UpdateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |