DescribeInsightRulesOutput
public struct DescribeInsightRulesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The rules returned by the operation.
Declaration
Swift
public let insightRules: [InsightRule]?
-
Reserved for future use.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(insightRules: [InsightRule]? = nil, nextToken: String? = nil)