Class: Aws::Types::LicenseInfo
- Inherits:
-
Object
- Object
- Aws::Types::LicenseInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
447 448 449 |
# File 'sig/types.rbs', line 447 def name @name end |
#url ⇒ ::String
Returns the value of attribute url.
448 449 450 |
# File 'sig/types.rbs', line 448 def url @url end |