Class: Aws::ServiceQuotas::Types::QuotaInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::QuotaInfo
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Information on your Service Quotas for Service Quotas Automatic Management. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quota_code ⇒ String
The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.
-
#quota_name ⇒ String
The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.
Instance Attribute Details
#quota_code ⇒ String
The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.
1120 1121 1122 1123 1124 1125 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1120 class QuotaInfo < Struct.new( :quota_code, :quota_name) SENSITIVE = [] include Aws::Structure end |
#quota_name ⇒ String
The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.
1120 1121 1122 1123 1124 1125 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1120 class QuotaInfo < Struct.new( :quota_code, :quota_name) SENSITIVE = [] include Aws::Structure end |