SecretVersionsListEntry

public struct SecretVersionsListEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time this version of the secret was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • The date that this version of the secret was last accessed. Note that the resolution of this field is at the date level and does not include the time.

    Declaration

    Swift

    public let lastAccessedDate: TimeStamp?
  • The unique version identifier of this version of the secret.

    Declaration

    Swift

    public let versionId: String?
  • An array of staging labels that are currently associated with this version of the secret.

    Declaration

    Swift

    public let versionStages: [String]?
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp? = nil, lastAccessedDate: TimeStamp? = nil, versionId: String? = nil, versionStages: [String]? = nil)