Class: Aws::QuickSight::Types::DashboardSourceEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardSourceEntity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Dashboard source entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_template ⇒ Types::DashboardSourceTemplate
Source template.
Instance Attribute Details
#source_template ⇒ Types::DashboardSourceTemplate
Source template.
7562 7563 7564 7565 7566 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7562 class DashboardSourceEntity < Struct.new( :source_template) SENSITIVE = [] include Aws::Structure end |