Class: Aws::Resiliencehubv2::Types::ServiceFunctionCreatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceFunctionCreatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service function created event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_function_id ⇒ String
The identifier of the created service function.
-
#service_function_name ⇒ String
The name of the created service function.
Instance Attribute Details
#service_function_id ⇒ String
The identifier of the created service function.
4120 4121 4122 4123 4124 4125 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4120 class ServiceFunctionCreatedMetadata < Struct.new( :service_function_id, :service_function_name) SENSITIVE = [] include Aws::Structure end |
#service_function_name ⇒ String
The name of the created service function.
4120 4121 4122 4123 4124 4125 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4120 class ServiceFunctionCreatedMetadata < Struct.new( :service_function_id, :service_function_name) SENSITIVE = [] include Aws::Structure end |