Class: Aws::Odb::Types::GiVersionSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#versionString

The GI software version.

Returns:

  • (String)


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