You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::ListApplicationSnapshotsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListApplicationSnapshotsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName", # required
  limit: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of an existing application.

Returns:

  • (String)

    The name of an existing application.

#limitInteger

The maximum number of application snapshots to list.

Returns:

  • (Integer)

    The maximum number of application snapshots to list.

#next_tokenString

Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call\'s NextToken response to indicate where the output should continue from.

Returns:

  • (String)

    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available.