Class: Aws::FSx::Types::DescribeStorageVirtualMachinesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::StorageVirtualMachineFilter>

Enter a filter name:value pair to view a select set of SVMs.



5100
5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5100

class DescribeStorageVirtualMachinesRequest < Struct.new(
  :storage_virtual_machine_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of resources to return in the response. This value must be an integer greater than zero.

Returns:

  • (Integer)


5100
5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5100

class DescribeStorageVirtualMachinesRequest < Struct.new(
  :storage_virtual_machine_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Returns:

  • (String)


5100
5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5100

class DescribeStorageVirtualMachinesRequest < Struct.new(
  :storage_virtual_machine_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_virtual_machine_idsArray<String>

Enter the ID of one or more SVMs that you want to view.

Returns:

  • (Array<String>)


5100
5101
5102
5103
5104
5105
5106
5107
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5100

class DescribeStorageVirtualMachinesRequest < Struct.new(
  :storage_virtual_machine_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end