Class: Aws::QuickSight::Types::Dashboard
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Dashboard
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#created_time ⇒ Time
The time that this dashboard was created.
-
#dashboard_id ⇒ String
Dashboard ID.
-
#last_published_time ⇒ Time
The last time that this dashboard was published.
-
#last_updated_time ⇒ Time
The last time that this dashboard was updated.
-
#link_entities ⇒ Array<String>
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
-
#name ⇒ String
A display name for the dashboard.
-
#version ⇒ Types::DashboardVersion
Version.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that this dashboard was created.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
Dashboard ID.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#last_published_time ⇒ Time
The last time that this dashboard was published.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time that this dashboard was updated.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#link_entities ⇒ Array<String>
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the dashboard.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Types::DashboardVersion
Version.
7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7495 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |