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
592 |
# File 'sig/client.rbs', line 592
def automated_discovery_information: () -> Types::AutomatedDiscoveryInformation
|
#consumed_license_summary_list ⇒ ::Array[Types::ConsumedLicenseSummary]
588 |
# File 'sig/client.rbs', line 588
def consumed_license_summary_list: () -> ::Array[Types::ConsumedLicenseSummary]
|
#consumed_licenses ⇒ ::Integer
585 |
# File 'sig/client.rbs', line 585
def consumed_licenses: () -> ::Integer
|
#description ⇒ ::String
580 |
# File 'sig/client.rbs', line 580
def description: () -> ::String
|
#disassociate_when_not_found ⇒ Boolean
593 |
# File 'sig/client.rbs', line 593
def disassociate_when_not_found: () -> bool
|
#license_configuration_arn ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def license_configuration_arn: () -> ::String
|
#license_configuration_id ⇒ ::String
577 |
# File 'sig/client.rbs', line 577
def license_configuration_id: () -> ::String
|
#license_count ⇒ ::Integer
583 |
# File 'sig/client.rbs', line 583
def license_count: () -> ::Integer
|
#license_count_hard_limit ⇒ Boolean
584 |
# File 'sig/client.rbs', line 584
def license_count_hard_limit: () -> bool
|
#license_counting_type ⇒ "vCPU", ...
581 |
# File 'sig/client.rbs', line 581
def license_counting_type: () -> ("vCPU" | "Instance" | "Core" | "Socket")
|
#license_expiry ⇒ ::Integer
594 |
# File 'sig/client.rbs', line 594
def license_expiry: () -> ::Integer
|
#license_rules ⇒ ::Array[::String]
582 |
# File 'sig/client.rbs', line 582
def license_rules: () -> ::Array[::String]
|
#managed_resource_summary_list ⇒ ::Array[Types::ManagedResourceSummary]
589 |
# File 'sig/client.rbs', line 589
def managed_resource_summary_list: () -> ::Array[Types::ManagedResourceSummary]
|
#name ⇒ ::String
579 |
# File 'sig/client.rbs', line 579
def name: () -> ::String
|
#owner_account_id ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def owner_account_id: () -> ::String
|
#product_information_list ⇒ ::Array[Types::ProductInformation]
591 |
# File 'sig/client.rbs', line 591
def product_information_list: () -> ::Array[Types::ProductInformation]
|
#status ⇒ ::String
586 |
# File 'sig/client.rbs', line 586
def status: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
590 |
# File 'sig/client.rbs', line 590
def tags: () -> ::Array[Types::Tag]
|