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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-resiliencehubv2/types.rb', line 4770

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