GlobalNetwork
public struct GlobalNetwork : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time that the global network was created.
Declaration
Swift
public let createdAt: TimeStamp? -
The description of the global network.
Declaration
Swift
public let description: String? -
The Amazon Resource Name (ARN) of the global network.
Declaration
Swift
public let globalNetworkArn: String? -
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String? -
The state of the global network.
Declaration
Swift
public let state: GlobalNetworkState? -
The tags for the global network.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, description: String? = nil, globalNetworkArn: String? = nil, globalNetworkId: String? = nil, state: GlobalNetworkState? = nil, tags: [Tag]? = nil)
View on GitHub
GlobalNetwork Structure Reference