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.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def comment @comment end |
#criticality ⇒ "HARD", ...
Returns the value of attribute criticality.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def criticality @criticality end |
#dependency_id ⇒ ::String
Returns the value of attribute dependency_id.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def dependency_id @dependency_id end |
#dependency_name ⇒ ::String
Returns the value of attribute dependency_name.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def dependency_name @dependency_name end |
#location ⇒ ::String
Returns the value of attribute location.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def location @location end |
#provider ⇒ ::String
Returns the value of attribute provider.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def provider @provider end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def updated_at @updated_at end |