Class: Aws::QuickSight::Types::DataStoriesConfigurations

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

Overview

The data story settings of an embedded Amazon QuickSight console.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The data story settings of an embedded Amazon QuickSight console.

Returns:

  • (Boolean)


9827
9828
9829
9830
9831
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9827

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