Class: Aws::Resiliencehubv2::Types::ServiceFunctionUpdatedMetadata

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

Overview

Metadata for a service function updated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resources_addedArray<String>

The list of resource ARNs that were added.

Returns:

  • (Array<String>)


4214
4215
4216
4217
4218
4219
4220
4221
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4214

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

#resources_removedArray<String>

The list of resource ARNs that were removed.

Returns:

  • (Array<String>)


4214
4215
4216
4217
4218
4219
4220
4221
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4214

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

#service_function_idString

The identifier of the service function.

Returns:

  • (String)


4214
4215
4216
4217
4218
4219
4220
4221
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4214

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

#service_function_nameString

The name of the service function.

Returns:

  • (String)


4214
4215
4216
4217
4218
4219
4220
4221
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4214

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