Class: Aws::Types::License
- Inherits:
-
Object
- Object
- Aws::Types::License
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def id @id end |
#token ⇒ ::String
Returns the value of attribute token.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def token @token end |