class Aws::KinesisAnalyticsV2::Types::DeleteApplicationSnapshotRequest

@note When making an API call, you may pass DeleteApplicationSnapshotRequest

data as a hash:

    {
      application_name: "ApplicationName", # required
      snapshot_name: "SnapshotName", # required
      snapshot_creation_timestamp: Time.now, # required
    }

@!attribute [rw] application_name

The name of an existing application.
@return [String]

@!attribute [rw] snapshot_name

The identifier for the snapshot delete.
@return [String]

@!attribute [rw] snapshot_creation_timestamp

The creation timestamp of the application snapshot to delete. You
can retrieve this value using or .
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationSnapshotRequest AWS API Documentation

Constants

SENSITIVE