Class: Aws::Resiliencehubv2::Types::UpdateServiceFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateServiceFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_function ⇒ Types::ServiceFunction
The updated service function.
Instance Attribute Details
#service_function ⇒ Types::ServiceFunction
The updated service function.
4695 4696 4697 4698 4699 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4695 class UpdateServiceFunctionResponse < Struct.new( :service_function) SENSITIVE = [] include Aws::Structure end |