Class: Aws::Resiliencehubv2::Types::ServiceFunctionDeletedMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Metadata for a service function deleted event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_function_idString

The identifier of the deleted service function.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3439

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

#service_function_nameString

The name of the deleted service function.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3439

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