TrailInfo
public struct TrailInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS region in which a trail was created.
Declaration
Swift
public let homeRegion: String?
-
The name of a trail.
Declaration
Swift
public let name: String?
-
The ARN of a trail.
Declaration
Swift
public let trailARN: String?
-
Undocumented
Declaration
Swift
public init(homeRegion: String? = nil, name: String? = nil, trailARN: String? = nil)