Class: Aws::Types::LicenseAssetRuleset
- Inherits:
-
Object
- Object
- Aws::Types::LicenseAssetRuleset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#description ⇒ ::String
Returns the value of attribute description.
704 705 706 |
# File 'sig/types.rbs', line 704 def description @description end |
#license_asset_ruleset_arn ⇒ ::String
Returns the value of attribute license_asset_ruleset_arn.
706 707 708 |
# File 'sig/types.rbs', line 706 def license_asset_ruleset_arn @license_asset_ruleset_arn end |
#name ⇒ ::String
Returns the value of attribute name.
703 704 705 |
# File 'sig/types.rbs', line 703 def name @name end |
#rules ⇒ ::Array[Types::LicenseAssetRule]
Returns the value of attribute rules.
705 706 707 |
# File 'sig/types.rbs', line 705 def rules @rules end |