Class: Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfiguration
- 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
-
#snapshots_enabled ⇒ Boolean
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
Instance Attribute Details
#snapshots_enabled ⇒ Boolean
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
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 |