Module: Aws::LicenseManager::Client::_GetLicenseConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLicenseConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
- #consumed_license_summary_list ⇒ ::Array[Types::ConsumedLicenseSummary]
- #consumed_licenses ⇒ ::Integer
- #description ⇒ ::String
- #disassociate_when_not_found ⇒ Boolean
- #license_configuration_arn ⇒ ::String
- #license_configuration_id ⇒ ::String
- #license_count ⇒ ::Integer
- #license_count_hard_limit ⇒ Boolean
- #license_counting_type ⇒ "vCPU", ...
- #license_expiry ⇒ ::Integer
- #license_rules ⇒ ::Array[::String]
- #managed_resource_summary_list ⇒ ::Array[Types::ManagedResourceSummary]
- #name ⇒ ::String
- #owner_account_id ⇒ ::String
- #product_information_list ⇒ ::Array[Types::ProductInformation]
- #status ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
593 |
# File 'sig/client.rbs', line 593 def automated_discovery_information: () -> Types::AutomatedDiscoveryInformation |
#consumed_license_summary_list ⇒ ::Array[Types::ConsumedLicenseSummary]
589 |
# File 'sig/client.rbs', line 589 def consumed_license_summary_list: () -> ::Array[Types::ConsumedLicenseSummary] |
#consumed_licenses ⇒ ::Integer
586 |
# File 'sig/client.rbs', line 586 def consumed_licenses: () -> ::Integer |
#description ⇒ ::String
581 |
# File 'sig/client.rbs', line 581 def description: () -> ::String |
#disassociate_when_not_found ⇒ Boolean
594 |
# File 'sig/client.rbs', line 594 def disassociate_when_not_found: () -> bool |
#license_configuration_arn ⇒ ::String
579 |
# File 'sig/client.rbs', line 579 def license_configuration_arn: () -> ::String |
#license_configuration_id ⇒ ::String
578 |
# File 'sig/client.rbs', line 578 def license_configuration_id: () -> ::String |
#license_count ⇒ ::Integer
584 |
# File 'sig/client.rbs', line 584 def license_count: () -> ::Integer |
#license_count_hard_limit ⇒ Boolean
585 |
# File 'sig/client.rbs', line 585 def license_count_hard_limit: () -> bool |
#license_counting_type ⇒ "vCPU", ...
582 |
# File 'sig/client.rbs', line 582 def license_counting_type: () -> ("vCPU" | "Instance" | "Core" | "Socket") |
#license_expiry ⇒ ::Integer
595 |
# File 'sig/client.rbs', line 595 def license_expiry: () -> ::Integer |
#license_rules ⇒ ::Array[::String]
583 |
# File 'sig/client.rbs', line 583 def license_rules: () -> ::Array[::String] |
#managed_resource_summary_list ⇒ ::Array[Types::ManagedResourceSummary]
590 |
# File 'sig/client.rbs', line 590 def managed_resource_summary_list: () -> ::Array[Types::ManagedResourceSummary] |
#name ⇒ ::String
580 |
# File 'sig/client.rbs', line 580 def name: () -> ::String |
#owner_account_id ⇒ ::String
588 |
# File 'sig/client.rbs', line 588 def owner_account_id: () -> ::String |
#product_information_list ⇒ ::Array[Types::ProductInformation]
592 |
# File 'sig/client.rbs', line 592 def product_information_list: () -> ::Array[Types::ProductInformation] |
#status ⇒ ::String
587 |
# File 'sig/client.rbs', line 587 def status: () -> ::String |
#tags ⇒ ::Array[Types::Tag]
591 |
# File 'sig/client.rbs', line 591 def tags: () -> ::Array[Types::Tag] |