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)


970
971
972
973
974
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 970

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