Class: Aws::Types::LatestVersionReferences
- Inherits:
-
Object
- Object
- Aws::Types::LatestVersionReferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_major_version_arn ⇒ ::String
Returns the value of attribute latest_major_version_arn.
-
#latest_minor_version_arn ⇒ ::String
Returns the value of attribute latest_minor_version_arn.
-
#latest_patch_version_arn ⇒ ::String
Returns the value of attribute latest_patch_version_arn.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
Instance Attribute Details
#latest_major_version_arn ⇒ ::String
Returns the value of attribute latest_major_version_arn.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def latest_major_version_arn @latest_major_version_arn end |
#latest_minor_version_arn ⇒ ::String
Returns the value of attribute latest_minor_version_arn.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def latest_minor_version_arn @latest_minor_version_arn end |
#latest_patch_version_arn ⇒ ::String
Returns the value of attribute latest_patch_version_arn.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def latest_patch_version_arn @latest_patch_version_arn end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def latest_version_arn @latest_version_arn end |