Class: Aws::Types::GetLicenseConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLicenseConfigurationResponse
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#automated_discovery_information ⇒ Types::AutomatedDiscoveryInformation
Returns the value of attribute automated_discovery_information.
512 513 514 |
# File 'sig/types.rbs', line 512 def automated_discovery_information @automated_discovery_information end |
#consumed_license_summary_list ⇒ ::Array[Types::ConsumedLicenseSummary]
Returns the value of attribute consumed_license_summary_list.
508 509 510 |
# File 'sig/types.rbs', line 508 def consumed_license_summary_list @consumed_license_summary_list end |
#consumed_licenses ⇒ ::Integer
Returns the value of attribute consumed_licenses.
505 506 507 |
# File 'sig/types.rbs', line 505 def consumed_licenses @consumed_licenses end |
#description ⇒ ::String
Returns the value of attribute description.
500 501 502 |
# File 'sig/types.rbs', line 500 def description @description end |
#disassociate_when_not_found ⇒ Boolean
Returns the value of attribute disassociate_when_not_found.
513 514 515 |
# File 'sig/types.rbs', line 513 def disassociate_when_not_found @disassociate_when_not_found end |
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
498 499 500 |
# File 'sig/types.rbs', line 498 def license_configuration_arn @license_configuration_arn end |
#license_configuration_id ⇒ ::String
Returns the value of attribute license_configuration_id.
497 498 499 |
# File 'sig/types.rbs', line 497 def license_configuration_id @license_configuration_id end |
#license_count ⇒ ::Integer
Returns the value of attribute license_count.
503 504 505 |
# File 'sig/types.rbs', line 503 def license_count @license_count end |
#license_count_hard_limit ⇒ Boolean
Returns the value of attribute license_count_hard_limit.
504 505 506 |
# File 'sig/types.rbs', line 504 def license_count_hard_limit @license_count_hard_limit end |
#license_counting_type ⇒ "vCPU", ...
Returns the value of attribute license_counting_type.
501 502 503 |
# File 'sig/types.rbs', line 501 def license_counting_type @license_counting_type end |
#license_expiry ⇒ ::Integer
Returns the value of attribute license_expiry.
514 515 516 |
# File 'sig/types.rbs', line 514 def license_expiry @license_expiry end |
#license_rules ⇒ ::Array[::String]
Returns the value of attribute license_rules.
502 503 504 |
# File 'sig/types.rbs', line 502 def license_rules @license_rules end |
#managed_resource_summary_list ⇒ ::Array[Types::ManagedResourceSummary]
Returns the value of attribute managed_resource_summary_list.
509 510 511 |
# File 'sig/types.rbs', line 509 def managed_resource_summary_list @managed_resource_summary_list end |
#name ⇒ ::String
Returns the value of attribute name.
499 500 501 |
# File 'sig/types.rbs', line 499 def name @name end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def owner_account_id @owner_account_id end |
#product_information_list ⇒ ::Array[Types::ProductInformation]
Returns the value of attribute product_information_list.
511 512 513 |
# File 'sig/types.rbs', line 511 def product_information_list @product_information_list end |
#status ⇒ ::String
Returns the value of attribute status.
506 507 508 |
# File 'sig/types.rbs', line 506 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
510 511 512 |
# File 'sig/types.rbs', line 510 def @tags end |