Class: Aws::Resiliencehubv2::Types::DeleteServiceFunctionResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteServiceFunctionResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resources ⇒ Array<String>
The list of resources that were removed.
-
#service_arn ⇒ String
ARN identifier.
-
#service_function_id ⇒ String
The identifier of the service function.
Instance Attribute Details
#resources ⇒ Array<String>
The list of resources that were removed.
923 924 925 926 927 928 929 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 923 class DeleteServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
923 924 925 926 927 928 929 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 923 class DeleteServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |
#service_function_id ⇒ String
The identifier of the service function.
923 924 925 926 927 928 929 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 923 class DeleteServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |