Class: Aws::QuickSight::Types::Dashboard

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

Overview

Dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

#created_timeTime

The time that this dashboard was created.

Returns:

  • (Time)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

#dashboard_idString

Dashboard ID.

Returns:

  • (String)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

#last_published_timeTime

The last time that this dashboard was published.

Returns:

  • (Time)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

#last_updated_timeTime

The last time that this dashboard was updated.

Returns:

  • (Time)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

Returns:

  • (Array<String>)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

#nameString

A display name for the dashboard.

Returns:

  • (String)


6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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

#versionTypes::DashboardVersion

Version.



6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6775

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