Class: Aws::QuickSight::Types::VisualOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition for a ‘VisualOptions`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type for a ‘VisualOptions`.
Instance Attribute Details
#type ⇒ String
The type for a ‘VisualOptions`.
36676 36677 36678 36679 36680 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36676 class VisualOptions < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |