Class: Aws::Resiliencehubv2::Types::ServiceFunctionResourcesAddedMetadata

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

Overview

Metadata for a service function resources added 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>)


3462
3463
3464
3465
3466
3467
3468
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3462

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

#service_function_idString

The identifier of the service function.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3462

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

#service_function_nameString

The name of the service function.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3462

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