Class: Aws::Resiliencehubv2::Types::ServiceWorkflowUpdatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceWorkflowUpdatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service workflow updated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_function_id ⇒ String
The identifier of the service function.
-
#service_function_name ⇒ String
The name of the service function.
Instance Attribute Details
#service_function_id ⇒ String
The identifier of the service function.
3857 3858 3859 3860 3861 3862 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3857 class ServiceWorkflowUpdatedMetadata < Struct.new( :service_function_id, :service_function_name) SENSITIVE = [] include Aws::Structure end |
#service_function_name ⇒ String
The name of the service function.
3857 3858 3859 3860 3861 3862 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3857 class ServiceWorkflowUpdatedMetadata < Struct.new( :service_function_id, :service_function_name) SENSITIVE = [] include Aws::Structure end |