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
.
38246 38247 38248 38249 38250 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38246 class VisualOptions < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |