Class: Aws::Types::ListServersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListServersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#servers ⇒ ::Array[Types::ListedServer]
Returns the value of attribute servers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
952 953 954 |
# File 'sig/types.rbs', line 952 def next_token @next_token end |
#servers ⇒ ::Array[Types::ListedServer]
Returns the value of attribute servers.
953 954 955 |
# File 'sig/types.rbs', line 953 def servers @servers end |