Class: Aws::ServiceQuotas::Types::ServiceQuotaIncreaseRequestInTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ServiceQuotaIncreaseRequestInTemplate
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Information about a quota increase request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The Amazon Web Services Region.
-
#desired_value ⇒ Float
The new, increased value of the quota.
-
#global_quota ⇒ Boolean
Indicates whether the quota is global.
-
#quota_code ⇒ String
Specifies the quota identifier.
-
#quota_name ⇒ String
Specifies the quota name.
-
#service_code ⇒ String
Specifies the service identifier.
-
#service_name ⇒ String
Specifies the service name.
-
#unit ⇒ String
The unit of measurement.
Instance Attribute Details
#aws_region ⇒ String
The Amazon Web Services Region.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |
#desired_value ⇒ Float
The new, increased value of the quota.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |
#global_quota ⇒ Boolean
Indicates whether the quota is global.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) 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.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |
#quota_name ⇒ String
Specifies the quota name.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) 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.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
Specifies the service name.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit of measurement.
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1564 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |