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.



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