Class: Aws::Types::UpdateLicenseAssetRulesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLicenseAssetRulesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#license_asset_ruleset_arn ⇒ ::String
Returns the value of attribute license_asset_ruleset_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::LicenseAssetRule]
Returns the value of attribute rules.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def description @description end |
#license_asset_ruleset_arn ⇒ ::String
Returns the value of attribute license_asset_ruleset_arn.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def license_asset_ruleset_arn @license_asset_ruleset_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def name @name end |
#rules ⇒ ::Array[Types::LicenseAssetRule]
Returns the value of attribute rules.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def rules @rules end |