Class: Aws::Types::MobileSdkRelease
- Inherits:
-
Object
- Object
- Aws::Types::MobileSdkRelease
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
-
#release_version ⇒ ::String
Returns the value of attribute release_version.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def release_notes @release_notes end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def release_version @release_version end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def @tags end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def @timestamp end |