GetInsightsRequest
public struct GetInsightsRequest : AWSShapeextension SecurityHub.GetInsightsRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ARNs of the insights to describe. If you do not provide any insight ARNs, then GetInsights returns all of your custom insights. It does not return any managed insights. DeclarationSwift public let insightArns: [String]?
- 
                  
                  The maximum number of items to return in the response. DeclarationSwift public let maxResults: Int?
- 
                  
                  The token that is required for pagination. On your first call to the GetInsights operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(insightArns: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SecurityHub.GetInsightsRequest
 View on GitHub
View on GitHub GetInsightsRequest Structure Reference
        GetInsightsRequest Structure Reference