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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def id @id end |
#token ⇒ ::String
Returns the value of attribute token.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def token @token end |