Class: Aws::Types::SystemVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SystemVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#system_versions ⇒ ::Array[::String]
Returns the value of attribute system_versions.
Instance Attribute Details
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def gi_version @gi_version end |
#shape ⇒ ::String
Returns the value of attribute shape.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def shape @shape end |
#system_versions ⇒ ::Array[::String]
Returns the value of attribute system_versions.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def system_versions @system_versions end |