Class: Aws::Types::LicenseInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:solution_key, :vsan_key])

Instance Attribute Summary collapse

Instance Attribute Details

#solution_key::String

Returns the value of attribute solution_key.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def solution_key
  @solution_key
end

#vsan_key::String

Returns the value of attribute vsan_key.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def vsan_key
  @vsan_key
end