Class: Aws::Types::VersionInformation
- Inherits:
-
Object
- Object
- Aws::Types::VersionInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def version @version end |