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
- Struct
- Aws::KinesisAnalyticsV2::Types::SnapshotDetails
- Defined in:
- (unknown)
Overview
Provides details about a snapshot of application state.
Returned by:
Instance Attribute Summary collapse
-
#application_version_id ⇒ Integer
The current application version ID when the snapshot was created.
-
#snapshot_creation_timestamp ⇒ Time
The timestamp of the application snapshot.
-
#snapshot_name ⇒ String
The identifier for the application snapshot.
-
#snapshot_status ⇒ String
The status of the application snapshot.
Instance Attribute Details
#application_version_id ⇒ Integer
The current application version ID when the snapshot was created.
#snapshot_creation_timestamp ⇒ Time
The timestamp of the application snapshot.
#snapshot_name ⇒ String
The identifier for the application snapshot.
#snapshot_status ⇒ String
The status of the application snapshot.
Possible values:
- CREATING
- READY
- DELETING
- FAILED