Class: Aws::KinesisAnalyticsV2::Types::DeleteApplicationSnapshotRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of an existing application.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1953

class DeleteApplicationSnapshotRequest < Struct.new(
  :application_name,
  :snapshot_name,
  :snapshot_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_creation_timestampTime

The creation timestamp of the application snapshot to delete. You can retrieve this value using or .

Returns:

  • (Time)


1953
1954
1955
1956
1957
1958
1959
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1953

class DeleteApplicationSnapshotRequest < Struct.new(
  :application_name,
  :snapshot_name,
  :snapshot_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_nameString

The identifier for the snapshot delete.

Returns:

  • (String)


1953
1954
1955
1956
1957
1958
1959
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1953

class DeleteApplicationSnapshotRequest < Struct.new(
  :application_name,
  :snapshot_name,
  :snapshot_creation_timestamp)
  SENSITIVE = []
  include Aws::Structure
end