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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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:



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6397

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