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
.
39304 39305 39306 39307 39308 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39304 class VisualOptions < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |