Class: Aws::Types::GetLicenseConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automated_discovery_informationTypes::AutomatedDiscoveryInformation

Returns the value of attribute automated_discovery_information.



512
513
514
# File 'sig/types.rbs', line 512

def automated_discovery_information
  @automated_discovery_information
end

#consumed_license_summary_list::Array[Types::ConsumedLicenseSummary]

Returns the value of attribute consumed_license_summary_list.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def consumed_license_summary_list
  @consumed_license_summary_list
end

#consumed_licenses::Integer

Returns the value of attribute consumed_licenses.

Returns:

  • (::Integer)


505
506
507
# File 'sig/types.rbs', line 505

def consumed_licenses
  @consumed_licenses
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def description
  @description
end

#disassociate_when_not_foundBoolean

Returns the value of attribute disassociate_when_not_found.

Returns:

  • (Boolean)


513
514
515
# File 'sig/types.rbs', line 513

def disassociate_when_not_found
  @disassociate_when_not_found
end

#license_configuration_arn::String

Returns the value of attribute license_configuration_arn.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def license_configuration_arn
  @license_configuration_arn
end

#license_configuration_id::String

Returns the value of attribute license_configuration_id.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def license_configuration_id
  @license_configuration_id
end

#license_count::Integer

Returns the value of attribute license_count.

Returns:

  • (::Integer)


503
504
505
# File 'sig/types.rbs', line 503

def license_count
  @license_count
end

#license_count_hard_limitBoolean

Returns the value of attribute license_count_hard_limit.

Returns:

  • (Boolean)


504
505
506
# File 'sig/types.rbs', line 504

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")


501
502
503
# File 'sig/types.rbs', line 501

def license_counting_type
  @license_counting_type
end

#license_expiry::Integer

Returns the value of attribute license_expiry.

Returns:

  • (::Integer)


514
515
516
# File 'sig/types.rbs', line 514

def license_expiry
  @license_expiry
end

#license_rules::Array[::String]

Returns the value of attribute license_rules.

Returns:

  • (::Array[::String])


502
503
504
# File 'sig/types.rbs', line 502

def license_rules
  @license_rules
end

#managed_resource_summary_list::Array[Types::ManagedResourceSummary]

Returns the value of attribute managed_resource_summary_list.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def managed_resource_summary_list
  @managed_resource_summary_list
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def 
  @owner_account_id
end

#product_information_list::Array[Types::ProductInformation]

Returns the value of attribute product_information_list.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def product_information_list
  @product_information_list
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def tags
  @tags
end