DescribeLocationObjectStorageResponse constructor

DescribeLocationObjectStorageResponse({
  1. String? accessKey,
  2. List<String>? agentArns,
  3. DateTime? creationTime,
  4. String? locationArn,
  5. String? locationUri,
  6. int? serverPort,
  7. ObjectStorageServerProtocol? serverProtocol,
})

Implementation

DescribeLocationObjectStorageResponse({
  this.accessKey,
  this.agentArns,
  this.creationTime,
  this.locationArn,
  this.locationUri,
  this.serverPort,
  this.serverProtocol,
});