Class: Aws::FSx::Types::DescribeSnapshotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeSnapshotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String).
-
#snapshots ⇒ Array<Types::Snapshot>
An array of snapshots.
Instance Attribute Details
#next_token ⇒ String
(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.
4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-fsx/types.rb', line 4453 class DescribeSnapshotsResponse < Struct.new( :snapshots, :next_token) SENSITIVE = [] include Aws::Structure end |
#snapshots ⇒ Array<Types::Snapshot>
An array of snapshots.
4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-fsx/types.rb', line 4453 class DescribeSnapshotsResponse < Struct.new( :snapshots, :next_token) SENSITIVE = [] include Aws::Structure end |