Class: Aws::KinesisAnalyticsV2::Types::SnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::SnapshotDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Provides details about a snapshot of application state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_version_id ⇒ Integer
The current application version ID when the snapshot was created.
-
#runtime_environment ⇒ String
The Flink Runtime for the application snapshot.
-
#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.
4650 4651 4652 4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4650 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp, :runtime_environment) SENSITIVE = [] include Aws::Structure end |
#runtime_environment ⇒ String
The Flink Runtime for the application snapshot.
4650 4651 4652 4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4650 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp, :runtime_environment) SENSITIVE = [] include Aws::Structure end |
#snapshot_creation_timestamp ⇒ Time
The timestamp of the application snapshot.
4650 4651 4652 4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4650 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp, :runtime_environment) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
The identifier for the application snapshot.
4650 4651 4652 4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4650 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp, :runtime_environment) SENSITIVE = [] include Aws::Structure end |
#snapshot_status ⇒ String
The status of the application snapshot.
4650 4651 4652 4653 4654 4655 4656 4657 4658 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4650 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp, :runtime_environment) SENSITIVE = [] include Aws::Structure end |