RulesPackage
public struct RulesPackage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the rules package.
Declaration
Swift
public let arn: String
-
The description of the rules package.
Declaration
Swift
public let description: String?
-
The name of the rules package.
Declaration
Swift
public let name: String
-
The provider of the rules package.
Declaration
Swift
public let provider: String
-
The version ID of the rules package.
Declaration
Swift
public let version: String
-
Undocumented
Declaration
Swift
public init(arn: String, description: String? = nil, name: String, provider: String, version: String)