Class: Aws::Types::ComponentLatestVersion
- Inherits:
-
Object
- Object
- Aws::Types::ComponentLatestVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#component_version ⇒ ::String
Returns the value of attribute component_version.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#platforms ⇒ ::Array[Types::ComponentPlatform]
Returns the value of attribute platforms.
-
#publisher ⇒ ::String
Returns the value of attribute publisher.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
119 120 121 |
# File 'sig/types.rbs', line 119 def arn @arn end |
#component_version ⇒ ::String
Returns the value of attribute component_version.
120 121 122 |
# File 'sig/types.rbs', line 120 def component_version @component_version end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
121 122 123 |
# File 'sig/types.rbs', line 121 def @creation_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
122 123 124 |
# File 'sig/types.rbs', line 122 def description @description end |
#platforms ⇒ ::Array[Types::ComponentPlatform]
Returns the value of attribute platforms.
124 125 126 |
# File 'sig/types.rbs', line 124 def platforms @platforms end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
123 124 125 |
# File 'sig/types.rbs', line 123 def publisher @publisher end |