Class: Aws::ServiceQuotas::Types::GetAssociationForServiceQuotaTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicequotas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_quota_template_association_statusString

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.

Returns:

  • (String)


200
201
202
203
204
# File 'lib/aws-sdk-servicequotas/types.rb', line 200

class GetAssociationForServiceQuotaTemplateResponse < Struct.new(
  :service_quota_template_association_status)
  SENSITIVE = []
  include Aws::Structure
end