Class: Aws::Resiliencehubv2::Types::UpdateDependencyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateDependencyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment about the dependency.
-
#criticality ⇒ String
The updated criticality level of the dependency.
-
#dependency_id ⇒ String
The identifier of the dependency to update.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#comment ⇒ String
A comment about the dependency.
4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4518 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |
#criticality ⇒ String
The updated criticality level of the dependency.
4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4518 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |
#dependency_id ⇒ String
The identifier of the dependency to update.
4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4518 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4518 4519 4520 4521 4522 4523 4524 4525 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4518 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |