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

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

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


5136
5137
5138
5139
5140
5141
# File 'lib/aws-sdk-fsx/types.rb', line 5136

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

#snapshotsArray<Types::Snapshot>

An array of snapshots.

Returns:



5136
5137
5138
5139
5140
5141
# File 'lib/aws-sdk-fsx/types.rb', line 5136

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