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_id ⇒ String

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

Returns:

  • (String)


17672
17673
17674
17675
17676
17677
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17672

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

#profile_id ⇒ String

The unique identifier for the limits profile to delete.

Returns:

  • (String)


17672
17673
17674
17675
17676
17677
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17672

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