PlacementSummary

public struct PlacementSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date when the placement was originally created, in UNIX epoch time format.

    Declaration

    Swift

    public let createdDate: TimeStamp
  • The name of the placement being summarized.

    Declaration

    Swift

    public let placementName: String
  • The name of the project containing the placement.

    Declaration

    Swift

    public let projectName: String
  • The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.

    Declaration

    Swift

    public let updatedDate: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp, placementName: String, projectName: String, updatedDate: TimeStamp)