Class: Aws::QuickSight::Types::UpdateDashboardPublishedVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the dashboard that you're updating.

Returns:

  • (String)


30835
30836
30837
30838
30839
30840
30841
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30835

class UpdateDashboardPublishedVersionRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


30835
30836
30837
30838
30839
30840
30841
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30835

class UpdateDashboardPublishedVersionRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the dashboard.

Returns:

  • (Integer)


30835
30836
30837
30838
30839
30840
30841
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30835

class UpdateDashboardPublishedVersionRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end