Class: Aws::QuickSight::Types::DescribeLimitsProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeLimitsProfileRequest
- 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.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that contains the limits profile.
20326 20327 20328 20329 20330 20331 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20326 class DescribeLimitsProfileRequest < Struct.new( :profile_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier for the limits profile.
20326 20327 20328 20329 20330 20331 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20326 class DescribeLimitsProfileRequest < Struct.new( :profile_id, :account_id) SENSITIVE = [] include Aws::Structure end |