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

Class: Aws::KinesisAnalyticsV2::Types::SnapshotDetails

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

Overview

Provides details about a snapshot of application state.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_version_idInteger

The current application version ID when the snapshot was created.

Returns:

  • (Integer)

    The current application version ID when the snapshot was created.

#snapshot_creation_timestampTime

The timestamp of the application snapshot.

Returns:

  • (Time)

    The timestamp of the application snapshot.

#snapshot_nameString

The identifier for the application snapshot.

Returns:

  • (String)

    The identifier for the application snapshot.

#snapshot_statusString

The status of the application snapshot.

Possible values:

  • CREATING
  • READY
  • DELETING
  • FAILED

Returns:

  • (String)

    The status of the application snapshot.