Class: Aws::QuickSight::Types::RecentSnapshotsConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The recent snapshots configuration for an embedded Amazon QuickSight dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The recent snapshots configuration for an embedded Amazon QuickSight dashboard.

Returns:

  • (Boolean)


27218
27219
27220
27221
27222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27218

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