Class: Aws::QuickSight::Types::UpdateLimitsProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateLimitsProfileRequest
- 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.
-
#description ⇒ String
A new description for the limits profile.
-
#profile_id ⇒ String
The unique identifier for the limits profile to update.
-
#profile_name ⇒ String
A new display name for the limits profile.
-
#resource_limits ⇒ Hash<String,Types::ProfileLimitValue>
A map of resource types to their updated limit values.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that contains the limits profile.
49930 49931 49932 49933 49934 49935 49936 49937 49938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930 class UpdateLimitsProfileRequest < Struct.new( :profile_id, :account_id, :profile_name, :description, :resource_limits) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A new description for the limits profile.
49930 49931 49932 49933 49934 49935 49936 49937 49938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930 class UpdateLimitsProfileRequest < Struct.new( :profile_id, :account_id, :profile_name, :description, :resource_limits) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier for the limits profile to update.
49930 49931 49932 49933 49934 49935 49936 49937 49938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930 class UpdateLimitsProfileRequest < Struct.new( :profile_id, :account_id, :profile_name, :description, :resource_limits) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
A new display name for the limits profile.
49930 49931 49932 49933 49934 49935 49936 49937 49938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930 class UpdateLimitsProfileRequest < Struct.new( :profile_id, :account_id, :profile_name, :description, :resource_limits) SENSITIVE = [] include Aws::Structure end |
#resource_limits ⇒ Hash<String,Types::ProfileLimitValue>
A map of resource types to their updated limit values.
49930 49931 49932 49933 49934 49935 49936 49937 49938 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49930 class UpdateLimitsProfileRequest < Struct.new( :profile_id, :account_id, :profile_name, :description, :resource_limits) SENSITIVE = [] include Aws::Structure end |