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.
3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3420 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.
3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3420 class ServiceFunctionCreatedMetadata < Struct.new( :service_function_id, :service_function_name) SENSITIVE = [] include Aws::Structure end |