Class: Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfigurationUpdate

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

Overview

Describes updates to whether snapshots are enabled for a Managed Service for Apache Flink application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshots_enabled_updateBoolean

Describes updates to whether snapshots are enabled for an application.

Returns:

  • (Boolean)


895
896
897
898
899
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 895

class ApplicationSnapshotConfigurationUpdate < Struct.new(
  :snapshots_enabled_update)
  SENSITIVE = []
  include Aws::Structure
end