UpdateSecretVersionStageResponse
public struct UpdateSecretVersionStageResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the secret with the modified staging label.
Declaration
Swift
public let arn: String?
-
The friendly name of the secret with the modified staging label.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, name: String? = nil)