Class: Aws::Types::CreateLicenseResponse

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:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def license_arn
  @license_arn
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "PENDING_AVAILABLE", "DEACTIVATED", "SUSPENDED", "EXPIRED", "PENDING_DELETE", "DELETED")


261
262
263
# File 'sig/types.rbs', line 261

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def version
  @version
end