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

Class: Aws::KinesisAnalyticsV2::Types::DescribeApplicationSnapshotRequest

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

Overview

Note:

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

{
  application_name: "ApplicationName", # required
  snapshot_name: "SnapshotName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of an existing application.

Returns:

  • (String)

    The name of an existing application.

#snapshot_nameString

The identifier of an application snapshot. You can retrieve this value using .

Returns:

  • (String)

    The identifier of an application snapshot.