GetSecretValueResponse constructor

GetSecretValueResponse({
  1. String? arn,
  2. DateTime? createdDate,
  3. String? name,
  4. Uint8List? secretBinary,
  5. String? secretString,
  6. String? versionId,
  7. List<String>? versionStages,
})

Implementation

GetSecretValueResponse({
  this.arn,
  this.createdDate,
  this.name,
  this.secretBinary,
  this.secretString,
  this.versionId,
  this.versionStages,
});