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
VirtualMachineobjects, 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.
825 826 827 828 829 830 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 825 class ListVirtualMachinesOutput < Struct.new( :virtual_machines, :next_token) SENSITIVE = [] include Aws::Structure end |
#virtual_machines ⇒ Array<Types::VirtualMachine>
A list of your VirtualMachine objects, ordered by their Amazon
Resource Names (ARNs).
825 826 827 828 829 830 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 825 class ListVirtualMachinesOutput < Struct.new( :virtual_machines, :next_token) SENSITIVE = [] include Aws::Structure end |