TunnelSummary
public struct TunnelSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the tunnel was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
A description of the tunnel.
Declaration
Swift
public let description: String?
-
The time the tunnel was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The status of a tunnel. Valid values are: Open and Closed.
Declaration
Swift
public let status: TunnelStatus?
-
The Amazon Resource Name of the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
Declaration
Swift
public let tunnelArn: String?
-
The unique alpha-numeric identifier for the tunnel.
Declaration
Swift
public let tunnelId: String?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, description: String? = nil, lastUpdatedAt: TimeStamp? = nil, status: TunnelStatus? = nil, tunnelArn: String? = nil, tunnelId: String? = nil)