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)


36676
36677
36678
36679
36680
# File 'lib/aws-sdk-quicksight/types.rb', line 36676

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