Class: Aws::Types::SystemVersionSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gi_version::String

Returns the value of attribute gi_version.

Returns:

  • (::String)


2440
2441
2442
# File 'sig/types.rbs', line 2440

def gi_version
  @gi_version
end

#shape::String

Returns the value of attribute shape.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def shape
  @shape
end

#system_versions::Array[::String]

Returns the value of attribute system_versions.

Returns:

  • (::Array[::String])


2442
2443
2444
# File 'sig/types.rbs', line 2442

def system_versions
  @system_versions
end