Class: Aws::QuickSight::Types::DeleteDashboardRequest

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 deleting.

Returns:

  • (String)


9515
9516
9517
9518
9519
9520
9521
# File 'lib/aws-sdk-quicksight/types.rb', line 9515

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

#dashboard_idString

The ID for the dashboard.

Returns:

  • (String)


9515
9516
9517
9518
9519
9520
9521
# File 'lib/aws-sdk-quicksight/types.rb', line 9515

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

#version_numberInteger

The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

Returns:

  • (Integer)


9515
9516
9517
9518
9519
9520
9521
# File 'lib/aws-sdk-quicksight/types.rb', line 9515

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