Class: Aws::Types::LicenseAssetGroup
- Inherits:
-
Object
- Object
- Aws::Types::LicenseAssetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_license_asset_ruleset_arns ⇒ ::Array[::String]
Returns the value of attribute associated_license_asset_ruleset_arns.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#latest_resource_discovery_time ⇒ ::Time
Returns the value of attribute latest_resource_discovery_time.
-
#latest_usage_analysis_time ⇒ ::Time
Returns the value of attribute latest_usage_analysis_time.
-
#license_asset_group_arn ⇒ ::String
Returns the value of attribute license_asset_group_arn.
-
#license_asset_group_configurations ⇒ ::Array[Types::LicenseAssetGroupConfiguration]
Returns the value of attribute license_asset_group_configurations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#properties ⇒ ::Array[Types::LicenseAssetGroupProperty]
Returns the value of attribute properties.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#associated_license_asset_ruleset_arns ⇒ ::Array[::String]
Returns the value of attribute associated_license_asset_ruleset_arns.
676 677 678 |
# File 'sig/types.rbs', line 676 def associated_license_asset_ruleset_arns @associated_license_asset_ruleset_arns end |
#description ⇒ ::String
Returns the value of attribute description.
674 675 676 |
# File 'sig/types.rbs', line 674 def description @description end |
#latest_resource_discovery_time ⇒ ::Time
Returns the value of attribute latest_resource_discovery_time.
682 683 684 |
# File 'sig/types.rbs', line 682 def latest_resource_discovery_time @latest_resource_discovery_time end |
#latest_usage_analysis_time ⇒ ::Time
Returns the value of attribute latest_usage_analysis_time.
681 682 683 |
# File 'sig/types.rbs', line 681 def latest_usage_analysis_time @latest_usage_analysis_time end |
#license_asset_group_arn ⇒ ::String
Returns the value of attribute license_asset_group_arn.
678 679 680 |
# File 'sig/types.rbs', line 678 def license_asset_group_arn @license_asset_group_arn end |
#license_asset_group_configurations ⇒ ::Array[Types::LicenseAssetGroupConfiguration]
Returns the value of attribute license_asset_group_configurations.
675 676 677 |
# File 'sig/types.rbs', line 675 def license_asset_group_configurations @license_asset_group_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
673 674 675 |
# File 'sig/types.rbs', line 673 def name @name end |
#properties ⇒ ::Array[Types::LicenseAssetGroupProperty]
Returns the value of attribute properties.
677 678 679 |
# File 'sig/types.rbs', line 677 def properties @properties end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
679 680 681 |
# File 'sig/types.rbs', line 679 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
680 681 682 |
# File 'sig/types.rbs', line 680 def end |