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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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)


6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 6083

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