Class: Aws::FSx::Types::DescribeSnapshotsResponse

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

#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)


5071
5072
5073
5074
5075
5076
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5071

class DescribeSnapshotsResponse < Struct.new(
  :snapshots,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#snapshotsArray<Types::Snapshot>

An array of snapshots.

Returns:



5071
5072
5073
5074
5075
5076
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5071

class DescribeSnapshotsResponse < Struct.new(
  :snapshots,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end