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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 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.
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1250 class ServiceQuotaIncreaseRequestInTemplate < Struct.new( :service_code, :service_name, :quota_code, :quota_name, :desired_value, :aws_region, :unit, :global_quota) SENSITIVE = [] include Aws::Structure end |