Class: Aws::QuickSight::Types::DashboardSourceEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardSourceEntity
- Defined in:
- gems/aws-sdk-quicksight/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.
8140 8141 8142 8143 8144 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8140 class DashboardSourceEntity < Struct.new( :source_template) SENSITIVE = [] include Aws::Structure end |