Class: Aws::Types::UpdateDependencyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDependencyResponse
- 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.
-
#dependency_name ⇒ ::String
Returns the value of attribute dependency_name.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def comment @comment end |
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def dependency_id @dependency_id end |
#dependency_name ⇒ ::String
Returns the value of attribute dependency_name.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def dependency_name @dependency_name end |
#location ⇒ ::String
Returns the value of attribute location.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def location @location end |
#provider ⇒ ::String
Returns the value of attribute provider.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def provider @provider end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def updated_at @updated_at end |