Class: Aws::QuickSight::Types::DashboardSourceEntity

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Dashboard source entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_templateTypes::DashboardSourceTemplate

Source template.



6982
6983
6984
6985
6986
# File 'lib/aws-sdk-quicksight/types.rb', line 6982

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