Class: Aws::Types::CreateLicenseVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#license_arn::String

Returns the value of attribute license_arn.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def license_arn
  @license_arn
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def version
  @version
end