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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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:



8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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:



8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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)


8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
# File 'lib/aws-sdk-quicksight/types.rb', line 8223

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