Class: Aws::QuickSight::Types::LoadingAnimation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LoadingAnimation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of loading animation in free-form layout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visibility ⇒ String
The visibility configuration of
LoadingAnimation
.
Instance Attribute Details
#visibility ⇒ String
The visibility configuration of LoadingAnimation
.
23348 23349 23350 23351 23352 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23348 class LoadingAnimation < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |