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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 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.
8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8165 class DashboardSummary < Struct.new( :arn, :dashboard_id, :name, :created_time, :last_updated_time, :published_version_number, :last_published_time) SENSITIVE = [] include Aws::Structure end |