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.
-
#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.
4321 4322 4323 4324 4325 4326 4327 4328 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4321 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#snapshot_creation_timestamp ⇒ Time
The timestamp of the application snapshot.
4321 4322 4323 4324 4325 4326 4327 4328 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4321 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
The identifier for the application snapshot.
4321 4322 4323 4324 4325 4326 4327 4328 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4321 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#snapshot_status ⇒ String
The status of the application snapshot.
4321 4322 4323 4324 4325 4326 4327 4328 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4321 class SnapshotDetails < Struct.new( :snapshot_name, :snapshot_status, :application_version_id, :snapshot_creation_timestamp) SENSITIVE = [] include Aws::Structure end |