Class: Aws::Resiliencehubv2::Types::ServiceFunctionResourcesAddedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceFunctionResourcesAddedMetadata
- 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
-
#resources_added ⇒ Array<String>
The list of resource ARNs that were added.
-
#service_function_id ⇒ String
The identifier of the service function.
-
#service_function_name ⇒ String
The name of the service function.
Instance Attribute Details
#resources_added ⇒ Array<String>
The list of resource ARNs that were added.
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_id ⇒ String
The identifier of the service function.
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_name ⇒ String
The name of the service function.
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 |