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.
1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1134 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.
1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1134 class QuotaInfo < Struct.new( :quota_code, :quota_name) SENSITIVE = [] include Aws::Structure end |