Class: Aws::Types::ComponentCandidate
- Inherits:
-
Object
- Object
- Aws::Types::ComponentCandidate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
-
#version_requirements ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_requirements.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def component_name @component_name end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
94 95 96 |
# File 'sig/types.rbs', line 94 def component_version @component_version end |
#version_requirements ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_requirements.
95 96 97 |
# File 'sig/types.rbs', line 95 def version_requirements @version_requirements end |