Product
public struct Product : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The URL used to activate the product. DeclarationSwift public let activationUrl: String?
- 
                  
                  The categories assigned to the product. DeclarationSwift public let categories: [String]?
- 
                  
                  The name of the company that provides the product. DeclarationSwift public let companyName: String?
- 
                  
                  A description of the product. DeclarationSwift public let description: String?
- 
                  
                  The types of integration that the product supports. Available values are the following. SEND_FINDINGS_TO_SECURITY_HUB - Indicates that the integration sends findings to Security Hub. RECEIVE_FINDINGS_FROM_SECURITY_HUB - Indicates that the integration receives findings from Security Hub. DeclarationSwift public let integrationTypes: [IntegrationType]?
- 
                  
                  The URL for the page that contains more information about the product. DeclarationSwift public let marketplaceUrl: String?
- 
                  
                  The ARN assigned to the product. DeclarationSwift public let productArn: String
- 
                  
                  The name of the product. DeclarationSwift public let productName: String?
- 
                  
                  The resource policy associated with the product. DeclarationSwift public let productSubscriptionResourcePolicy: String?
- 
                  init(activationUrl:categories:companyName:description:integrationTypes:marketplaceUrl:productArn:productName:productSubscriptionResourcePolicy:)Undocumented DeclarationSwift public init(activationUrl: String? = nil, categories: [String]? = nil, companyName: String? = nil, description: String? = nil, integrationTypes: [IntegrationType]? = nil, marketplaceUrl: String? = nil, productArn: String, productName: String? = nil, productSubscriptionResourcePolicy: String? = nil)
 View on GitHub
View on GitHub Product Structure Reference
        Product Structure Reference