Class: Aws::Odb::Types::GiVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GiVersionSummary
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version ⇒ String
The GI software version.
Instance Attribute Details
#version ⇒ String
The GI software version.
3552 3553 3554 3555 3556 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3552 class GiVersionSummary < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |