Class: Aws::QuickSight::Types::TextControlPlaceholderOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TextControlPlaceholderOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of the placeholder options in a text control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility configuration of the placeholder options in a text control.
Instance Attribute Details
#visibility ⇒ String
The visibility configuration of the placeholder options in a text control.
30811 30812 30813 30814 30815 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30811 class TextControlPlaceholderOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |