Class: Aws::Types::Component
- Inherits:
-
Object
- Object
- Aws::Types::Component
- 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.
-
#latest_version ⇒ Types::ComponentLatestVersion
Returns the value of attribute latest_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def arn @arn end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def component_name @component_name end |
#latest_version ⇒ Types::ComponentLatestVersion
Returns the value of attribute latest_version.
88 89 90 |
# File 'sig/types.rbs', line 88 def latest_version @latest_version end |