Class: Aws::ServiceQuotas::Types::GetAssociationForServiceQuotaTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetAssociationForServiceQuotaTemplateResponse
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_quota_template_association_status ⇒ String
The association status.
Instance Attribute Details
#service_quota_template_association_status ⇒ String
The association status. If the status is ASSOCIATED, the quota
increase requests in the template are automatically applied to new
Amazon Web Services accounts in your organization.
200 201 202 203 204 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 200 class GetAssociationForServiceQuotaTemplateResponse < Struct.new( :service_quota_template_association_status) SENSITIVE = [] include Aws::Structure end |