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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#context_idString

Specifies the resource with an Amazon Resource Name (ARN).

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1083

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

#desired_valueFloat

Specifies the new, increased value for the quota.

Returns:

  • (Float)


1083
1084
1085
1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1083

class RequestServiceQuotaIncreaseRequest < Struct.new(
  :service_code,
  :quota_code,
  :desired_value,
  :context_id,
  :support_case_allowed)
  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)


1083
1084
1085
1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1083

class RequestServiceQuotaIncreaseRequest < Struct.new(
  :service_code,
  :quota_code,
  :desired_value,
  :context_id,
  :support_case_allowed)
  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)


1083
1084
1085
1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1083

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

#support_case_allowedBoolean

Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional.

By default, this flag is set to True and Amazon Web Services may create a support case for some quota increase requests. You can set this flag to False if you do not want a support case created when you request a quota increase. If you set the flag to False, Amazon Web Services does not open a support case and updates the request status to Not approved.

Returns:

  • (Boolean)


1083
1084
1085
1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1083

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