Class: Aws::Types::LicenseAssetGroupProperty
- Inherits:
-
Object
- Object
- Aws::Types::LicenseAssetGroupProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
692 693 694 |
# File 'sig/types.rbs', line 692 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
693 694 695 |
# File 'sig/types.rbs', line 693 def value @value end |