RotateSecretResponse

public struct RotateSecretResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the secret.

    Declaration

    Swift

    public let arn: String?
  • The friendly name of the secret.

    Declaration

    Swift

    public let name: String?
  • The ID of the new version of the secret created by the rotation started by this request.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

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