LocalGateway

public struct LocalGateway : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the local gateway.

    Declaration

    Swift

    public let localGatewayId: String?
  • The Amazon Resource Name (ARN) of the Outpost.

    Declaration

    Swift

    public let outpostArn: String?
  • The ID of the AWS account ID that owns the local gateway.

    Declaration

    Swift

    public let ownerId: String?
  • The state of the local gateway.

    Declaration

    Swift

    public let state: String?
  • The tags assigned to the local gateway.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(localGatewayId: String? = nil, outpostArn: String? = nil, ownerId: String? = nil, state: String? = nil, tags: [Tag]? = nil)