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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 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.
7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7585 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |