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)


4593
4594
4595
4596
4597
4598
4599
4600
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4593

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)


4593
4594
4595
4596
4597
4598
4599
4600
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4593

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)


4593
4594
4595
4596
4597
4598
4599
4600
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4593

class UpdateDependencyRequest < Struct.new(
  :service_arn,
  :dependency_id,
  :criticality,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


4593
4594
4595
4596
4597
4598
4599
4600
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4593

class UpdateDependencyRequest < Struct.new(
  :service_arn,
  :dependency_id,
  :criticality,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end