Class: Aws::Resiliencehubv2::Types::ServiceFunctionDeletedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceFunctionDeletedMetadata
- 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
-
#service_function_id ⇒ String
The identifier of the deleted service function.
-
#service_function_name ⇒ String
The name of the deleted service function.
Instance Attribute Details
#service_function_id ⇒ String
The identifier of the deleted service function.
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_name ⇒ String
The name of the deleted service function.
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 |