Class: Aws::Types::CreateLicenseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#beneficiary::String

Returns the value of attribute beneficiary.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def beneficiary
  @beneficiary
end

#client_token::String

Returns the value of attribute client_token.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def client_token
  @client_token
end

#consumption_configurationTypes::ConsumptionConfiguration

Returns the value of attribute consumption_configuration.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def consumption_configuration
  @consumption_configuration
end

#entitlements::Array[Types::Entitlement]

Returns the value of attribute entitlements.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def entitlements
  @entitlements
end

#home_region::String

Returns the value of attribute home_region.

Returns:



248
249
250
# File 'sig/types.rbs', line 248

def home_region
  @home_region
end

#issuerTypes::Issuer

Returns the value of attribute issuer.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def issuer
  @issuer
end

#license_metadata::Array[Types::Metadata]

Returns the value of attribute license_metadata.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def 
  
end

#license_name::String

Returns the value of attribute license_name.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def license_name
  @license_name
end

#product_name::String

Returns the value of attribute product_name.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def product_name
  @product_name
end

#product_sku::String

Returns the value of attribute product_sku.

Returns:



246
247
248
# File 'sig/types.rbs', line 246

def product_sku
  @product_sku
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def tags
  @tags
end

#validityTypes::DatetimeRange

Returns the value of attribute validity.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def validity
  @validity
end