Class: Aws::Resiliencehubv2::Types::UpdateDependencyResponse

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

The comment about the dependency.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#criticalityString

The criticality level of the dependency.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dependency_idString

The identifier of the updated dependency.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dependency_nameString

The name of the updated dependency.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The location of the dependency.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider of the dependency.

Returns:

  • (String)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the dependency was updated.

Returns:

  • (Time)


4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4557

class UpdateDependencyResponse < Struct.new(
  :dependency_id,
  :dependency_name,
  :location,
  :criticality,
  :comment,
  :provider,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end