Class: Aws::QuickSight::Types::DescribeDashboardDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDashboardDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_name ⇒ String
The alias name.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard that you’re describing.
-
#dashboard_id ⇒ String
The ID for the dashboard.
-
#version_number ⇒ Integer
The version number for the dashboard.
Instance Attribute Details
#alias_name ⇒ String
The alias name.
12660 12661 12662 12663 12664 12665 12666 12667 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12660 class DescribeDashboardDefinitionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard that you’re describing.
12660 12661 12662 12663 12664 12665 12666 12667 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12660 class DescribeDashboardDefinitionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID for the dashboard.
12660 12661 12662 12663 12664 12665 12666 12667 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12660 class DescribeDashboardDefinitionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number for the dashboard. If a version number isn’t passed, the latest published dashboard version is described.
12660 12661 12662 12663 12664 12665 12666 12667 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12660 class DescribeDashboardDefinitionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number, :alias_name) SENSITIVE = [] include Aws::Structure end |