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.
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 |
#criticality ⇒ String
The criticality level of the dependency.
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_id ⇒ String
The identifier of the updated dependency.
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_name ⇒ String
The name of the updated dependency.
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 |
#location ⇒ String
The location of the dependency.
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 |
#provider ⇒ String
The provider of the dependency.
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_at ⇒ Time
The timestamp when the dependency was updated.
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 |