Class: Aws::Resiliencehubv2::Types::UpdateServiceFunctionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_functionTypes::ServiceFunction

The updated service function.



4770
4771
4772
4773
4774
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4770

class UpdateServiceFunctionResponse < Struct.new(
  :service_function)
  SENSITIVE = []
  include Aws::Structure
end