Class: Aws::QuickSight::Types::DeleteLimitsProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteLimitsProfileRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account that contains the limits profile.
-
#profile_id ⇒ String
The unique identifier for the limits profile to delete.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that contains the limits profile.
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_id ⇒ String
The unique identifier for the limits profile to delete.
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 |