Class: Aws::Resiliencehubv2::Types::ServiceFunctionResourcesRemovedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceFunctionResourcesRemovedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service function resources removed event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resources_removed ⇒ Array<String>
The list of resource ARNs that were removed.
-
#service_function_id ⇒ String
The identifier of the service function.
-
#service_function_name ⇒ String
The name of the service function.
Instance Attribute Details
#resources_removed ⇒ Array<String>
The list of resource ARNs that were removed.
3541 3542 3543 3544 3545 3546 3547 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3541 class ServiceFunctionResourcesRemovedMetadata < Struct.new( :service_function_id, :service_function_name, :resources_removed) SENSITIVE = [] include Aws::Structure end |
#service_function_id ⇒ String
The identifier of the service function.
3541 3542 3543 3544 3545 3546 3547 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3541 class ServiceFunctionResourcesRemovedMetadata < Struct.new( :service_function_id, :service_function_name, :resources_removed) SENSITIVE = [] include Aws::Structure end |
#service_function_name ⇒ String
The name of the service function.
3541 3542 3543 3544 3545 3546 3547 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3541 class ServiceFunctionResourcesRemovedMetadata < Struct.new( :service_function_id, :service_function_name, :resources_removed) SENSITIVE = [] include Aws::Structure end |