Class: Aws::QuickSight::Types::DashboardVersion

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

Overview

Dashboard version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that this dashboard version was created.

Returns:

  • (Time)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_arnsArray<String>

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

Returns:

  • (Array<String>)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description.

Returns:

  • (String)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::DashboardError>

Errors associated with this dashboard version.

Returns:



7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#sheetsArray<Types::Sheet>

A list of the associated sheets with the unique identifier and name of each sheet.

Returns:



7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#source_entity_arnString

Source entity ARN.

Returns:

  • (String)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The HTTP status of the request.

Returns:

  • (String)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#theme_arnString

The ARN of the theme associated with a version of the dashboard.

Returns:

  • (String)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

Version number for this version of the dashboard.

Returns:

  • (Integer)


7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
# File 'lib/aws-sdk-quicksight/types.rb', line 7677

class DashboardVersion < Struct.new(
  :created_time,
  :errors,
  :version_number,
  :status,
  :arn,
  :source_entity_arn,
  :data_set_arns,
  :description,
  :theme_arn,
  :sheets)
  SENSITIVE = []
  include Aws::Structure
end