Class: Aws::Resiliencehubv2::Types::UpdateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateServiceResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/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 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4755 class UpdateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |