Class: Aws::QuickSight::Types::DashboardSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Dashboard summary.
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.
-
#name ⇒ String
A display name for the dashboard.
-
#published_version_number ⇒ Integer
Published version number.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that this dashboard was created.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
Dashboard ID.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |
#last_published_time ⇒ Time
The last time that this dashboard was published.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time that this dashboard was updated.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the dashboard.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |
#published_version_number ⇒ Integer
Published version number.
7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7619 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |