Class: Aws::FSx::Types::DescribeSnapshotsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::SnapshotFilter>

The filters structure. The supported names are ‘file-system-id` or `volume-id`.

Returns:



4708
4709
4710
4711
4712
4713
4714
4715
# File 'lib/aws-sdk-fsx/types.rb', line 4708

class DescribeSnapshotsRequest < Struct.new(
  :snapshot_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)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'lib/aws-sdk-fsx/types.rb', line 4708

class DescribeSnapshotsRequest < Struct.new(
  :snapshot_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)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'lib/aws-sdk-fsx/types.rb', line 4708

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

#snapshot_idsArray<String>

The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any IDs aren’t found, a ‘SnapshotNotFound` error occurs.

Returns:

  • (Array<String>)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'lib/aws-sdk-fsx/types.rb', line 4708

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