Class: Aws::QuickSight::Types::DashboardSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardSummary
- Defined in:
- gems/aws-sdk-quicksight/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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 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.
9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9057 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |