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.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def comment @comment end |
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def dependency_id @dependency_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def service_arn @service_arn end |