Class: Aws::Types::ListOnPremisesInstancesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListOnPremisesInstancesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_names ⇒ ::Array[::String]
Returns the value of attribute instance_names.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def instance_names @instance_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def next_token @next_token end |