Class: Aws::Resiliencehubv2::Types::UpdateServiceFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateServiceFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#criticality ⇒ String
The updated criticality level of the service function.
-
#description ⇒ String
Resource description.
-
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
-
#service_arn ⇒ String
ARN identifier.
-
#service_function_id ⇒ String
The identifier of the service function to update.
Instance Attribute Details
#criticality ⇒ String
The updated criticality level of the service function.
4679 4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4679 class UpdateServiceFunctionRequest < Struct.new( :service_arn, :service_function_id, :name, :description, :criticality) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Resource description.
4679 4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4679 class UpdateServiceFunctionRequest < Struct.new( :service_arn, :service_function_id, :name, :description, :criticality) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Entity label (not part of ARN — spaces allowed).
4679 4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4679 class UpdateServiceFunctionRequest < Struct.new( :service_arn, :service_function_id, :name, :description, :criticality) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4679 4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4679 class UpdateServiceFunctionRequest < Struct.new( :service_arn, :service_function_id, :name, :description, :criticality) SENSITIVE = [] include Aws::Structure end |
#service_function_id ⇒ String
The identifier of the service function to update.
4679 4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4679 class UpdateServiceFunctionRequest < Struct.new( :service_arn, :service_function_id, :name, :description, :criticality) SENSITIVE = [] include Aws::Structure end |