Class: Aws::QuickSight::Types::DeleteLimitsProfileRequest

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

#account_idString

The ID of the Amazon Web Services account that contains the limits profile.

Returns:

  • (String)


17016
17017
17018
17019
17020
17021
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17016

class DeleteLimitsProfileRequest < Struct.new(
  :profile_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier for the limits profile to delete.

Returns:

  • (String)


17016
17017
17018
17019
17020
17021
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17016

class DeleteLimitsProfileRequest < Struct.new(
  :profile_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end