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)


49653
49654
49655
49656
49657
# File 'lib/aws-sdk-quicksight/types.rb', line 49653

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