Class: Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfiguration

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshots_enabledBoolean

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

Returns:

  • (Boolean)


863
864
865
866
867
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 863

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