RouteTableAssociationState
public struct RouteTableAssociationState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the association.
Declaration
Swift
public let state: RouteTableAssociationStateCode?
-
The status message, if applicable.
Declaration
Swift
public let statusMessage: String?
-
Undocumented
Declaration
Swift
public init(state: RouteTableAssociationStateCode? = nil, statusMessage: String? = nil)