Class: Aws::QuickSight::Types::LoadingAnimation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#visibilityString

The visibility configuration of LoadingAnimation.

Returns:

  • (String)


20192
20193
20194
20195
20196
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20192

class LoadingAnimation < Struct.new(
  :visibility)
  SENSITIVE = []
  include Aws::Structure
end