Class: Aws::Types::ComponentVersionListItem
- Inherits:
-
Object
- Object
- Aws::Types::ComponentVersionListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
144 145 146 |
# File 'sig/types.rbs', line 144 def arn @arn end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
142 143 144 |
# File 'sig/types.rbs', line 142 def component_name @component_name end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
143 144 145 |
# File 'sig/types.rbs', line 143 def component_version @component_version end |