Class: Aws::Types::CodegenDependency
- Inherits:
-
Object
- Object
- Aws::Types::CodegenDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_sem_ver ⇒ Boolean
Returns the value of attribute is_sem_ver.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#supported_version ⇒ ::String
Returns the value of attribute supported_version.
Instance Attribute Details
#is_sem_ver ⇒ Boolean
Returns the value of attribute is_sem_ver.
44 45 46 |
# File 'sig/types.rbs', line 44 def is_sem_ver @is_sem_ver end |
#name ⇒ ::String
Returns the value of attribute name.
42 43 44 |
# File 'sig/types.rbs', line 42 def name @name end |
#reason ⇒ ::String
Returns the value of attribute reason.
45 46 47 |
# File 'sig/types.rbs', line 45 def reason @reason end |
#supported_version ⇒ ::String
Returns the value of attribute supported_version.
43 44 45 |
# File 'sig/types.rbs', line 43 def supported_version @supported_version end |