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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


35473
35474
35475
35476
35477
35478
35479
# File 'lib/aws-sdk-quicksight/types.rb', line 35473

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)


35473
35474
35475
35476
35477
35478
35479
# File 'lib/aws-sdk-quicksight/types.rb', line 35473

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)


35473
35474
35475
35476
35477
35478
35479
# File 'lib/aws-sdk-quicksight/types.rb', line 35473

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