You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::DeleteApplicationSnapshotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::DeleteApplicationSnapshotRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteApplicationSnapshotRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
application_name: "ApplicationName", # required
snapshot_name: "SnapshotName", # required
snapshot_creation_timestamp: Time.now, # required
}
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of an existing application.
-
#snapshot_creation_timestamp ⇒ Time
The creation timestamp of the application snapshot to delete.
-
#snapshot_name ⇒ String
The identifier for the snapshot delete.
Instance Attribute Details
#application_name ⇒ String
The name of an existing application.
#snapshot_creation_timestamp ⇒ Time
The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
#snapshot_name ⇒ String
The identifier for the snapshot delete.