Class: Aws::QuickSight::Types::CreateLimitsProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateLimitsProfileRequest
- 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.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#description ⇒ String
A description for the limits profile.
-
#profile_name ⇒ String
A display name for the limits profile.
-
#resource_limits ⇒ Hash<String,Types::ProfileLimitValue>
A map of resource types to their limit values for this profile.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that contains the limits profile.
10773 10774 10775 10776 10777 10778 10779 10780 10781 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10773 class CreateLimitsProfileRequest < Struct.new( :account_id, :profile_name, :description, :resource_limits, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.
10773 10774 10775 10776 10777 10778 10779 10780 10781 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10773 class CreateLimitsProfileRequest < Struct.new( :account_id, :profile_name, :description, :resource_limits, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the limits profile.
10773 10774 10775 10776 10777 10778 10779 10780 10781 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10773 class CreateLimitsProfileRequest < Struct.new( :account_id, :profile_name, :description, :resource_limits, :client_token) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
A display name for the limits profile.
10773 10774 10775 10776 10777 10778 10779 10780 10781 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10773 class CreateLimitsProfileRequest < Struct.new( :account_id, :profile_name, :description, :resource_limits, :client_token) SENSITIVE = [] include Aws::Structure end |
#resource_limits ⇒ Hash<String,Types::ProfileLimitValue>
A map of resource types to their limit values for this profile.
10773 10774 10775 10776 10777 10778 10779 10780 10781 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10773 class CreateLimitsProfileRequest < Struct.new( :account_id, :profile_name, :description, :resource_limits, :client_token) SENSITIVE = [] include Aws::Structure end |