Class: Aws::ServiceQuotas::Types::RequestServiceQuotaIncreaseRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicequotas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#context_idString

Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.

Returns:

  • (String)


967
968
969
970
971
972
973
974
# File 'lib/aws-sdk-servicequotas/types.rb', line 967

class RequestServiceQuotaIncreaseRequest < Struct.new(
  :service_code,
  :quota_code,
  :desired_value,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#desired_valueFloat

Specifies the new, increased value for the quota.

Returns:

  • (Float)


967
968
969
970
971
972
973
974
# File 'lib/aws-sdk-servicequotas/types.rb', line 967

class RequestServiceQuotaIncreaseRequest < Struct.new(
  :service_code,
  :quota_code,
  :desired_value,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

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.

Returns:

  • (String)


967
968
969
970
971
972
973
974
# File 'lib/aws-sdk-servicequotas/types.rb', line 967

class RequestServiceQuotaIncreaseRequest < Struct.new(
  :service_code,
  :quota_code,
  :desired_value,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

Returns:

  • (String)


967
968
969
970
971
972
973
974
# File 'lib/aws-sdk-servicequotas/types.rb', line 967

class RequestServiceQuotaIncreaseRequest < Struct.new(
  :service_code,
  :quota_code,
  :desired_value,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end