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.
6221 6222 6223 6224 6225 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6221 class UpdateServiceFunctionResponse < Struct.new( :service_function) SENSITIVE = [] include Aws::Structure end |