Class: Aws::Resiliencehubv2::Types::DeleteServiceFunctionRequest

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_arnString

ARN identifier.

Returns:

  • (String)


880
881
882
883
884
885
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 880

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

#service_function_idString

The identifier of the service function to delete.

Returns:

  • (String)


880
881
882
883
884
885
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 880

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