PutSecretValueResponse

public struct PutSecretValueResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) for the secret for which you just created a version.

    Declaration

    Swift

    public let arn: String?
  • The friendly name of the secret for which you just created or updated a version.

    Declaration

    Swift

    public let name: String?
  • The unique identifier of the version of the secret you just created or updated.

    Declaration

    Swift

    public let versionId: String?
  • The list of staging labels that are currently attached to this version of the secret. Staging labels are used to track a version as it progresses through the secret rotation process.

    Declaration

    Swift

    public let versionStages: [String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil, versionId: String? = nil, versionStages: [String]? = nil)