Class: Aws::QuickSight::Types::VisualOptions

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

Overview

The definition for a ‘VisualOptions`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type for a ‘VisualOptions`.

Returns:

  • (String)


35358
35359
35360
35361
35362
# File 'lib/aws-sdk-quicksight/types.rb', line 35358

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