PeeringTgwInfo

public struct PeeringTgwInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID of the owner of the transit gateway.

    Declaration

    Swift

    public let ownerId: String?
  • The Region of the transit gateway.

    Declaration

    Swift

    public let region: String?
  • The ID of the transit gateway.

    Declaration

    Swift

    public let transitGatewayId: String?
  • Undocumented

    Declaration

    Swift

    public init(ownerId: String? = nil, region: String? = nil, transitGatewayId: String? = nil)