Class: Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfigurationDescription

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)


879
880
881
882
883
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 879

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