Class: Aws::ServiceQuotas::Types::GetAssociationForServiceQuotaTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::GetAssociationForServiceQuotaTemplateResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
183 184 185 186 187 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 183 class GetAssociationForServiceQuotaTemplateResponse < Struct.new( :service_quota_template_association_status) SENSITIVE = [] include Aws::Structure end |