Class: Aws::Types::UpdateLicenseAssetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLicenseAssetGroupRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
Instance Attribute Details
#associated_license_asset_ruleset_arns ⇒ ::Array[::String]
Returns the value of attribute associated_license_asset_ruleset_arns.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def associated_license_asset_ruleset_arns @associated_license_asset_ruleset_arns end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def description @description end |
#license_asset_group_arn ⇒ ::String
Returns the value of attribute license_asset_group_arn.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 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.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def license_asset_group_configurations @license_asset_group_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def name @name end |
#properties ⇒ ::Array[Types::LicenseAssetGroupProperty]
Returns the value of attribute properties.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def properties @properties end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def status @status end |