Class: Aws::Types::UpdateDependencyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDependencyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
-
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def comment @comment end |
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def dependency_id @dependency_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def service_arn @service_arn end |