Class: Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfigurationDescription
- 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.
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 |