Class: Aws::Types::CreateLicenseConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def description
  @description
end

#disassociate_when_not_foundBoolean

Returns the value of attribute disassociate_when_not_found.

Returns:

  • (Boolean)


204
205
206
# File 'sig/types.rbs', line 204

def disassociate_when_not_found
  @disassociate_when_not_found
end

#license_count::Integer

Returns the value of attribute license_count.

Returns:

  • (::Integer)


200
201
202
# File 'sig/types.rbs', line 200

def license_count
  @license_count
end

#license_count_hard_limitBoolean

Returns the value of attribute license_count_hard_limit.

Returns:

  • (Boolean)


201
202
203
# File 'sig/types.rbs', line 201

def license_count_hard_limit
  @license_count_hard_limit
end

#license_counting_type"vCPU", ...

Returns the value of attribute license_counting_type.

Returns:

  • ("vCPU", "Instance", "Core", "Socket")


199
200
201
# File 'sig/types.rbs', line 199

def license_counting_type
  @license_counting_type
end

#license_expiry::Integer

Returns the value of attribute license_expiry.

Returns:

  • (::Integer)


206
207
208
# File 'sig/types.rbs', line 206

def license_expiry
  @license_expiry
end

#license_rules::Array[::String]

Returns the value of attribute license_rules.

Returns:

  • (::Array[::String])


202
203
204
# File 'sig/types.rbs', line 202

def license_rules
  @license_rules
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def name
  @name
end

#product_information_list::Array[Types::ProductInformation]

Returns the value of attribute product_information_list.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def product_information_list
  @product_information_list
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def tags
  @tags
end