Class: Aws::Resiliencehubv2::Types::CreateServiceFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateServiceFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_function ⇒ Types::ServiceFunction
The created service function.
Instance Attribute Details
#service_function ⇒ Types::ServiceFunction
The created service function.
597 598 599 600 601 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 597 class CreateServiceFunctionResponse < Struct.new( :service_function) SENSITIVE = [] include Aws::Structure end |