Class: Aws::Types::AppVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#identifier ⇒ ::Integer
Returns the value of attribute identifier.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#app_version ⇒ ::String
Returns the value of attribute app_version.
176 177 178 |
# File 'sig/types.rbs', line 176 def app_version @app_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
177 178 179 |
# File 'sig/types.rbs', line 177 def creation_time @creation_time end |
#identifier ⇒ ::Integer
Returns the value of attribute identifier.
178 179 180 |
# File 'sig/types.rbs', line 178 def identifier @identifier end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
179 180 181 |
# File 'sig/types.rbs', line 179 def version_name @version_name end |