Class: Aws::Types::ListLinuxSubscriptionInstancesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLinuxSubscriptionInstancesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instances ⇒ ::Array[Types::Instance]
Returns the value of attribute instances.
91 92 93 |
# File 'sig/types.rbs', line 91 def instances @instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def next_token @next_token end |