Class: Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationSnapshotConfigurationUpdate
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/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
-
#snapshots_enabled_update ⇒ Boolean
Describes updates to whether snapshots are enabled for an application.
Instance Attribute Details
#snapshots_enabled_update ⇒ Boolean
Describes updates to whether snapshots are enabled for an application.
895 896 897 898 899 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 895 class ApplicationSnapshotConfigurationUpdate < Struct.new( :snapshots_enabled_update) SENSITIVE = [] include Aws::Structure end |