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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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>)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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:



7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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:



7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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)


7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7184

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