Class: Aws::Types::CreateLicenseVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def client_token
  @client_token
end

#consumption_configurationTypes::ConsumptionConfiguration

Returns the value of attribute consumption_configuration.



275
276
277
# File 'sig/types.rbs', line 275

def consumption_configuration
  @consumption_configuration
end

#entitlements::Array[Types::Entitlement]

Returns the value of attribute entitlements.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def entitlements
  @entitlements
end

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def home_region
  @home_region
end

#issuerTypes::Issuer

Returns the value of attribute issuer.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def issuer
  @issuer
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def license_arn
  @license_arn
end

#license_metadata::Array[Types::Metadata]

Returns the value of attribute license_metadata.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def 
  
end

#license_name::String

Returns the value of attribute license_name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def license_name
  @license_name
end

#product_name::String

Returns the value of attribute product_name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def product_name
  @product_name
end

#reset_usageBoolean

Returns the value of attribute reset_usage.

Returns:

  • (Boolean)


279
280
281
# File 'sig/types.rbs', line 279

def reset_usage
  @reset_usage
end

#source_version::String

Returns the value of attribute source_version.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def source_version
  @source_version
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


276
277
278
# File 'sig/types.rbs', line 276

def status
  @status
end

#validityTypes::DatetimeRange

Returns the value of attribute validity.



272
273
274
# File 'sig/types.rbs', line 272

def validity
  @validity
end