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)


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