AssociationOverview
public struct AssociationOverview : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns the number of targets for the association status. For example, if you created an association with two instances, and one of them was successful, this would return the count of instances by status.
Declaration
Swift
public let associationStatusAggregatedCount: [String : Int]?
-
A detailed status of the association.
Declaration
Swift
public let detailedStatus: String?
-
The status of the association. Status can be: Pending, Success, or Failed.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(associationStatusAggregatedCount: [String : Int]? = nil, detailedStatus: String? = nil, status: String? = nil)