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.
6044 6045 6046 6047 6048 6049 6050 6051 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6044 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |
#criticality ⇒ String
The updated criticality level of the dependency.
6044 6045 6046 6047 6048 6049 6050 6051 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6044 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.
6044 6045 6046 6047 6048 6049 6050 6051 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6044 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
6044 6045 6046 6047 6048 6049 6050 6051 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6044 class UpdateDependencyRequest < Struct.new( :service_arn, :dependency_id, :criticality, :comment) SENSITIVE = [] include Aws::Structure end |