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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



7069
7070
7071
7072
7073
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7069

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