Class: Aws::Types::ListDeviceDefinitionVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDeviceDefinitionVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#versions ⇒ ::Array[Types::VersionInformation]
Returns the value of attribute versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def next_token @next_token end |
#versions ⇒ ::Array[Types::VersionInformation]
Returns the value of attribute versions.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def versions @versions end |