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.
4755 4756 4757 4758 4759 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4755 class UpdateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |