Class: Aws::Resiliencehubv2::Types::UpdateDependencyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment about the dependency.

Returns:

  • (String)


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

#criticalityString

The updated criticality level of the dependency.

Returns:

  • (String)


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_idString

The identifier of the dependency to update.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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