Class: Aws::Types::GiMinorVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::GiMinorVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def grid_image_id @grid_image_id end |
#version ⇒ ::String
Returns the value of attribute version.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def version @version end |