Class: Aws::ServiceQuotas::Types::GetServiceQuotaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetServiceQuotaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_id ⇒ String
Specifies the Amazon Web Services account or resource to which the quota applies.
-
#quota_code ⇒ String
Specifies the quota identifier.
-
#service_code ⇒ String
Specifies the service identifier.
Instance Attribute Details
#context_id ⇒ String
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.
270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 270 class GetServiceQuotaRequest < Struct.new( :service_code, :quota_code, :context_id) 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.
270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 270 class GetServiceQuotaRequest < Struct.new( :service_code, :quota_code, :context_id) 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.
270 271 272 273 274 275 276 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 270 class GetServiceQuotaRequest < Struct.new( :service_code, :quota_code, :context_id) SENSITIVE = [] include Aws::Structure end |