Class: Aws::Resiliencehubv2::Types::UpdateDependencyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateDependencyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
The comment about the dependency.
-
#criticality ⇒ String
The criticality level of the dependency.
-
#dependency_id ⇒ String
The identifier of the updated dependency.
-
#dependency_name ⇒ String
The name of the updated dependency.
-
#location ⇒ String
The location of the dependency.
-
#provider ⇒ String
The provider of the dependency.
-
#updated_at ⇒ Time
The timestamp when the dependency was updated.
Instance Attribute Details
#comment ⇒ String
The comment about the dependency.
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 |
#criticality ⇒ String
The criticality level of the dependency.
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_id ⇒ String
The identifier of the updated dependency.
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_name ⇒ String
The name of the updated dependency.
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 |
#location ⇒ String
The location of the dependency.
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 |
#provider ⇒ String
The provider of the dependency.
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_at ⇒ Time
The timestamp when the dependency was updated.
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 |