Class: Aws::QuickSight::Types::VisualOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::VisualOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
45034 45035 45036 45037 45038 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45034 class VisualOptions < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |