Class: Aws::Resiliencehubv2::Types::DeleteServiceFunctionResponse

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_function_idString

The identifier of the deleted service function.

Returns:

  • (String)


943
944
945
946
947
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 943

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