Class: Aws::QuickSight::Types::RecentSnapshotsConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RecentSnapshotsConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The recent snapshots configuration for an embedded QuickSight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The recent snapshots configuration for an embedded QuickSight dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
The recent snapshots configuration for an embedded QuickSight dashboard.
27374 27375 27376 27377 27378 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27374 class RecentSnapshotsConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |