Class: Aws::ServiceQuotas::Types::PutServiceQuotaIncreaseRequestIntoTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::PutServiceQuotaIncreaseRequestIntoTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
Specifies the Amazon Web Services Region to which the template applies.
-
#desired_value ⇒ Float
Specifies the new, increased value for the quota.
-
#quota_code ⇒ String
Specifies the quota identifier.
-
#service_code ⇒ String
Specifies the service identifier.
Instance Attribute Details
#aws_region ⇒ String
Specifies the Amazon Web Services Region to which the template applies.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 860 class PutServiceQuotaIncreaseRequestIntoTemplateRequest < Struct.new( :quota_code, :service_code, :aws_region, :desired_value) SENSITIVE = [] include Aws::Structure end |
#desired_value ⇒ Float
Specifies the new, increased value for the quota.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 860 class PutServiceQuotaIncreaseRequestIntoTemplateRequest < Struct.new( :quota_code, :service_code, :aws_region, :desired_value) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for the ‘QuotaCode` response in the output for the quota you want.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 860 class PutServiceQuotaIncreaseRequestIntoTemplateRequest < Struct.new( :quota_code, :service_code, :aws_region, :desired_value) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
860 861 862 863 864 865 866 867 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 860 class PutServiceQuotaIncreaseRequestIntoTemplateRequest < Struct.new( :quota_code, :service_code, :aws_region, :desired_value) SENSITIVE = [] include Aws::Structure end |