Class: Aws::Resiliencehubv2::Types::DeleteServiceFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteServiceFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_function_id ⇒ String
The identifier of the deleted service function.
Instance Attribute Details
#service_function_id ⇒ String
The identifier of the deleted service function.
937 938 939 940 941 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 937 class DeleteServiceFunctionResponse < Struct.new( :service_function_id) SENSITIVE = [] include Aws::Structure end |