Class: Aws::QuickSight::Types::DescribeDashboardDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDashboardDefinitionResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_id ⇒ String
The ID of the dashboard described.
-
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Options for publishing the dashboard:.
-
#definition ⇒ Types::DashboardVersionDefinition
The definition of a dashboard.
-
#errors ⇒ Array<Types::DashboardError>
Errors associated with this dashboard version.
-
#name ⇒ String
The display name of the dashboard.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#resource_status ⇒ String
Status associated with the dashboard version.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_arn ⇒ String
The ARN of the theme of the dashboard.
Instance Attribute Details
#dashboard_id ⇒ String
The ID of the dashboard described.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Options for publishing the dashboard:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::DashboardVersionDefinition
The definition of a dashboard.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::DashboardError>
Errors associated with this dashboard version.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the dashboard.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Status associated with the dashboard version.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |
#theme_arn ⇒ String
The ARN of the theme of the dashboard.
12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12864 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |