Class: Aws::QuickSight::Types::DashboardSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Dashboard summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

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_timeTime

The time that this dashboard was created.

Returns:

  • (Time)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

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_idString

Dashboard ID.

Returns:

  • (String)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

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_timeTime

The last time that this dashboard was published.

Returns:

  • (Time)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

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_timeTime

The last time that this dashboard was updated.

Returns:

  • (Time)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

class DashboardSummary < Struct.new(
  :arn,
  :dashboard_id,
  :name,
  :created_time,
  :last_updated_time,
  :published_version_number,
  :last_published_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A display name for the dashboard.

Returns:

  • (String)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

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_numberInteger

Published version number.

Returns:

  • (Integer)


7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7039

class DashboardSummary < Struct.new(
  :arn,
  :dashboard_id,
  :name,
  :created_time,
  :last_updated_time,
  :published_version_number,
  :last_published_time)
  SENSITIVE = []
  include Aws::Structure
end