Class: Aws::Types::ResolvedComponentVersion
- Inherits:
-
Object
- Object
- Aws::Types::ResolvedComponentVersion
- 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.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#vendor_guidance ⇒ "ACTIVE", ...
Returns the value of attribute vendor_guidance.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
645 646 647 |
# File 'sig/types.rbs', line 645 def arn @arn end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
646 647 648 |
# File 'sig/types.rbs', line 646 def component_name @component_name end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
647 648 649 |
# File 'sig/types.rbs', line 647 def component_version @component_version end |
#message ⇒ ::String
Returns the value of attribute message.
650 651 652 |
# File 'sig/types.rbs', line 650 def end |
#recipe ⇒ ::String
Returns the value of attribute recipe.
648 649 650 |
# File 'sig/types.rbs', line 648 def recipe @recipe end |
#vendor_guidance ⇒ "ACTIVE", ...
Returns the value of attribute vendor_guidance.
649 650 651 |
# File 'sig/types.rbs', line 649 def vendor_guidance @vendor_guidance end |