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.
978 979 980 981 982 983 984 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 978 class DeleteServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
978 979 980 981 982 983 984 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 978 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.
978 979 980 981 982 983 984 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 978 class DeleteServiceFunctionResourcesResponse < Struct.new( :service_arn, :service_function_id, :resources) SENSITIVE = [] include Aws::Structure end |