Class: Aws::QuickSight::Types::DashboardVersionSummary

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

Overview

Dashboard version summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7209

class DashboardVersionSummary < Struct.new(
  :arn,
  :created_time,
  :version_number,
  :status,
  :source_entity_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that this dashboard version was created.

Returns:

  • (Time)


7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7209

class DashboardVersionSummary < Struct.new(
  :arn,
  :created_time,
  :version_number,
  :status,
  :source_entity_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description.

Returns:

  • (String)


7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7209

class DashboardVersionSummary < Struct.new(
  :arn,
  :created_time,
  :version_number,
  :status,
  :source_entity_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#source_entity_arnString

Source entity ARN.

Returns:

  • (String)


7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7209

class DashboardVersionSummary < Struct.new(
  :arn,
  :created_time,
  :version_number,
  :status,
  :source_entity_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The HTTP status of the request.

Returns:

  • (String)


7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7209

class DashboardVersionSummary < Struct.new(
  :arn,
  :created_time,
  :version_number,
  :status,
  :source_entity_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

Version number.

Returns:

  • (Integer)


7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7209

class DashboardVersionSummary < Struct.new(
  :arn,
  :created_time,
  :version_number,
  :status,
  :source_entity_arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end