Class: Aws::Types::DefaultFormatting
- Inherits:
-
Object
- Object
- Aws::Types::DefaultFormatting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_format ⇒ "AUTO", ...
Returns the value of attribute display_format.
-
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
Instance Attribute Details
#display_format ⇒ "AUTO", ...
Returns the value of attribute display_format.
3647 3648 3649 |
# File 'sig/types.rbs', line 3647 def display_format @display_format end |
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
3648 3649 3650 |
# File 'sig/types.rbs', line 3648 def @display_format_options end |