GetAssociationForServiceQuotaTemplateResponse
public struct GetAssociationForServiceQuotaTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether the template is ASSOCIATED or DISASSOCIATED. If the template is ASSOCIATED, then it requests service quota increases for all new accounts created in your organization.
Declaration
Swift
public let serviceQuotaTemplateAssociationStatus: ServiceQuotaTemplateAssociationStatus?
-
Undocumented
Declaration
Swift
public init(serviceQuotaTemplateAssociationStatus: ServiceQuotaTemplateAssociationStatus? = nil)