Class: Aws::QuickSight::Types::DeleteAccountCustomizationRequest

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 for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
# File 'lib/aws-sdk-quicksight/types.rb', line 9989

class DeleteAccountCustomizationRequest < Struct.new(
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The Amazon QuickSight namespace that you’re deleting the customizations from.

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
# File 'lib/aws-sdk-quicksight/types.rb', line 9989

class DeleteAccountCustomizationRequest < Struct.new(
  :aws_account_id,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end