Class: Aws::BackupGateway::Types::ListVirtualMachinesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::ListVirtualMachinesOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next item following a partial list of returned resources.
-
#virtual_machines ⇒ Array<Types::VirtualMachine>
A list of your
VirtualMachine
objects, ordered by their Amazon Resource Names (ARNs).
Instance Attribute Details
#next_token ⇒ String
The next item following a partial list of returned resources. For
example, if a request is made to return maxResults
number of
resources, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
818 819 820 821 822 823 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 818 class ListVirtualMachinesOutput < Struct.new( :next_token, :virtual_machines) SENSITIVE = [] include Aws::Structure end |
#virtual_machines ⇒ Array<Types::VirtualMachine>
A list of your VirtualMachine
objects, ordered by their Amazon
Resource Names (ARNs).
818 819 820 821 822 823 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 818 class ListVirtualMachinesOutput < Struct.new( :next_token, :virtual_machines) SENSITIVE = [] include Aws::Structure end |