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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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:
AvailabilityStatusforAdHocFilteringOption- This status can be eitherENABLEDorDISABLED. When this is set toDISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLEDby default.AvailabilityStatusforExportToCSVOption- This status can be eitherENABLEDorDISABLED. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED. This option isENABLEDby default.VisibilityStateforSheetControlsOption- This visibility state can be eitherCOLLAPSEDorEXPANDED. This option isCOLLAPSEDby default.AvailabilityStatusforQuickSuiteActionsOption- This status can be eitherENABLEDorDISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set toDISABLED. This option isDISABLEDby default.AvailabilityStatusforExecutiveSummaryOption- This status can be eitherENABLEDorDISABLED. The option to build an executive summary is disabled when this is set toDISABLED. This option isENABLEDby default.AvailabilityStatusforDataStoriesSharingOption- This status can be eitherENABLEDorDISABLED. The option to share a data story is disabled when this is set toDISABLED. This option isENABLEDby default.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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_PROGRESSCREATION_SUCCESSFULCREATION_FAILEDUPDATE_IN_PROGRESSUPDATE_SUCCESSFULUPDATE_FAILEDDELETED
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 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.
14055 14056 14057 14058 14059 14060 14061 14062 14063 14064 14065 14066 14067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14055 class DescribeDashboardDefinitionResponse < Struct.new( :dashboard_id, :errors, :name, :resource_status, :theme_arn, :definition, :status, :request_id, :dashboard_publish_options) SENSITIVE = [] include Aws::Structure end |