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)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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_timeTime

The time that this dashboard was created.

Returns:

  • (Time)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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_idString

Dashboard ID.

Returns:

  • (String)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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_timeTime

The last time that this dashboard was published.

Returns:

  • (Time)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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_timeTime

The last time that this dashboard was updated.

Returns:

  • (Time)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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

#nameString

A display name for the dashboard.

Returns:

  • (String)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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_numberInteger

Published version number.

Returns:

  • (Integer)


7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
# File 'gems/aws-sdk-quicksight/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