You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LicenseManager::Types::GetLicenseConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#automated_discovery_informationTypes::AutomatedDiscoveryInformation

Automated discovery information.

Returns:

#consumed_license_summary_listArray<Types::ConsumedLicenseSummary>

Summaries of the licenses consumed by resources.

Returns:

#consumed_licensesInteger

Number of licenses assigned to resources.

Returns:

  • (Integer)

    Number of licenses assigned to resources.

#descriptionString

Description of the license configuration.

Returns:

  • (String)

    Description of the license configuration.

#license_configuration_arnString

Amazon Resource Name (ARN) of the license configuration.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the license configuration.

#license_configuration_idString

Unique ID for the license configuration.

Returns:

  • (String)

    Unique ID for the license configuration.

#license_countInteger

Number of available licenses.

Returns:

  • (Integer)

    Number of available licenses.

#license_count_hard_limitBoolean

Sets the number of available licenses as a hard limit.

Returns:

  • (Boolean)

    Sets the number of available licenses as a hard limit.

#license_counting_typeString

Dimension on which the licenses are counted.

Possible values:

  • vCPU
  • Instance
  • Core
  • Socket

Returns:

  • (String)

    Dimension on which the licenses are counted.

#license_rulesArray<String>

License rules.

Returns:

  • (Array<String>)

    License rules.

#managed_resource_summary_listArray<Types::ManagedResourceSummary>

Summaries of the managed resources.

Returns:

#nameString

Name of the license configuration.

Returns:

  • (String)

    Name of the license configuration.

#owner_account_idString

Account ID of the owner of the license configuration.

Returns:

  • (String)

    Account ID of the owner of the license configuration.

#product_information_listArray<Types::ProductInformation>

Product information.

Returns:

#statusString

License configuration status.

Returns:

  • (String)

    License configuration status.

#tagsArray<Types::Tag>

Tags for the license configuration.

Returns:

  • (Array<Types::Tag>)

    Tags for the license configuration.