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
- Struct
- Aws::LicenseManager::Types::GetLicenseConfigurationResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
Automated discovery information.
-
#consumed_license_summary_list ⇒ Array<Types::ConsumedLicenseSummary>
Summaries of the licenses consumed by resources.
-
#consumed_licenses ⇒ Integer
Number of licenses assigned to resources.
-
#description ⇒ String
Description of the license configuration.
-
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
-
#license_configuration_id ⇒ String
Unique ID for the license configuration.
-
#license_count ⇒ Integer
Number of available licenses.
-
#license_count_hard_limit ⇒ Boolean
Sets the number of available licenses as a hard limit.
-
#license_counting_type ⇒ String
Dimension on which the licenses are counted.
-
#license_rules ⇒ Array<String>
License rules.
-
#managed_resource_summary_list ⇒ Array<Types::ManagedResourceSummary>
Summaries of the managed resources.
-
#name ⇒ String
Name of the license configuration.
-
#owner_account_id ⇒ String
Account ID of the owner of the license configuration.
-
#product_information_list ⇒ Array<Types::ProductInformation>
Product information.
-
#status ⇒ String
License configuration status.
-
#tags ⇒ Array<Types::Tag>
Tags for the license configuration.
Instance Attribute Details
#automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
Automated discovery information.
#consumed_license_summary_list ⇒ Array<Types::ConsumedLicenseSummary>
Summaries of the licenses consumed by resources.
#consumed_licenses ⇒ Integer
Number of licenses assigned to resources.
#description ⇒ String
Description of the license configuration.
#license_configuration_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
#license_configuration_id ⇒ String
Unique ID for the license configuration.
#license_count ⇒ Integer
Number of available licenses.
#license_count_hard_limit ⇒ Boolean
Sets the number of available licenses as a hard limit.
#license_counting_type ⇒ String
Dimension on which the licenses are counted.
Possible values:
- vCPU
- Instance
- Core
- Socket
#license_rules ⇒ Array<String>
License rules.
#managed_resource_summary_list ⇒ Array<Types::ManagedResourceSummary>
Summaries of the managed resources.
#name ⇒ String
Name of the license configuration.
#owner_account_id ⇒ String
Account ID of the owner of the license configuration.
#product_information_list ⇒ Array<Types::ProductInformation>
Product information.
#status ⇒ String
License configuration status.
#tags ⇒ Array<Types::Tag>
Tags for the license configuration.