/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Analysis/AxisTickLabelOptions.dhall
Copy path to clipboardSource
{ Type =
{ LabelOptions : Optional (./LabelOptions.dhall).Type
, RotationAngle : Optional Double
}
, default =
{ LabelOptions = None (./LabelOptions.dhall).Type
, RotationAngle = None Double
}
}