Class: Aws::Types::LicenseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
Returns the value of attribute automated_discovery_information.
-
#consumed_license_summary_list ⇒ ::Array[Types::ConsumedLicenseSummary]
Returns the value of attribute consumed_license_summary_list.
-
#consumed_licenses ⇒ ::Integer
Returns the value of attribute consumed_licenses.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disassociate_when_not_found ⇒ Boolean
Returns the value of attribute disassociate_when_not_found.
-
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
-
#license_configuration_id ⇒ ::String
Returns the value of attribute license_configuration_id.
-
#license_count ⇒ ::Integer
Returns the value of attribute license_count.
-
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
-
#license_counting_type ⇒ "vCPU", ...
Returns the value of attribute license_counting_type.
-
#license_expiry ⇒ ::Integer
Returns the value of attribute license_expiry.
-
#license_rules ⇒ ::Array[::String]
Returns the value of attribute license_rules.
-
#managed_resource_summary_list ⇒ ::Array[Types::ManagedResourceSummary]
Returns the value of attribute managed_resource_summary_list.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#product_information_list ⇒ ::Array[Types::ProductInformation]
Returns the value of attribute product_information_list.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
Returns the value of attribute automated_discovery_information.
726 727 728 |
# File 'sig/types.rbs', line 726 def automated_discovery_information @automated_discovery_information end |
#consumed_license_summary_list ⇒ ::Array[Types::ConsumedLicenseSummary]
Returns the value of attribute consumed_license_summary_list.
723 724 725 |
# File 'sig/types.rbs', line 723 def consumed_license_summary_list @consumed_license_summary_list end |
#consumed_licenses ⇒ ::Integer
Returns the value of attribute consumed_licenses.
720 721 722 |
# File 'sig/types.rbs', line 720 def consumed_licenses @consumed_licenses end |
#description ⇒ ::String
Returns the value of attribute description.
714 715 716 |
# File 'sig/types.rbs', line 714 def description @description end |
#disassociate_when_not_found ⇒ Boolean
Returns the value of attribute disassociate_when_not_found.
719 720 721 |
# File 'sig/types.rbs', line 719 def disassociate_when_not_found @disassociate_when_not_found end |
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
712 713 714 |
# File 'sig/types.rbs', line 712 def license_configuration_arn @license_configuration_arn end |
#license_configuration_id ⇒ ::String
Returns the value of attribute license_configuration_id.
711 712 713 |
# File 'sig/types.rbs', line 711 def license_configuration_id @license_configuration_id end |
#license_count ⇒ ::Integer
Returns the value of attribute license_count.
717 718 719 |
# File 'sig/types.rbs', line 717 def license_count @license_count end |
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
718 719 720 |
# File 'sig/types.rbs', line 718 def license_count_hard_limit @license_count_hard_limit end |
#license_counting_type ⇒ "vCPU", ...
Returns the value of attribute license_counting_type.
715 716 717 |
# File 'sig/types.rbs', line 715 def license_counting_type @license_counting_type end |
#license_expiry ⇒ ::Integer
Returns the value of attribute license_expiry.
727 728 729 |
# File 'sig/types.rbs', line 727 def license_expiry @license_expiry end |
#license_rules ⇒ ::Array[::String]
Returns the value of attribute license_rules.
716 717 718 |
# File 'sig/types.rbs', line 716 def license_rules @license_rules end |
#managed_resource_summary_list ⇒ ::Array[Types::ManagedResourceSummary]
Returns the value of attribute managed_resource_summary_list.
724 725 726 |
# File 'sig/types.rbs', line 724 def managed_resource_summary_list @managed_resource_summary_list end |
#name ⇒ ::String
Returns the value of attribute name.
713 714 715 |
# File 'sig/types.rbs', line 713 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
722 723 724 |
# File 'sig/types.rbs', line 722 def owner_account_id @owner_account_id end |
#product_information_list ⇒ ::Array[Types::ProductInformation]
Returns the value of attribute product_information_list.
725 726 727 |
# File 'sig/types.rbs', line 725 def product_information_list @product_information_list end |
#status ⇒ ::String
Returns the value of attribute status.
721 722 723 |
# File 'sig/types.rbs', line 721 def status @status end |