Class: Aws::Resiliencehubv2::Types::CreateServiceFunctionResponse

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 created service function.



570
571
572
573
574
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 570

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