Class: Aws::QuickSight::Types::Dashboard
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Dashboard
- Includes:
- Structure
- Defined in:
- 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 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.
7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7959 class Dashboard < Struct.new( :dashboard_id, :arn, :name, :version, :created_time, :last_published_time, :last_updated_time, :link_entities) SENSITIVE = [] include Aws::Structure end |