ModifyDBClusterEndpointOutput constructor

ModifyDBClusterEndpointOutput({
  1. String? customEndpointType,
  2. String? dBClusterEndpointArn,
  3. String? dBClusterEndpointIdentifier,
  4. String? dBClusterEndpointResourceIdentifier,
  5. String? dBClusterIdentifier,
  6. String? endpoint,
  7. String? endpointType,
  8. List<String>? excludedMembers,
  9. List<String>? staticMembers,
  10. String? status,
})

Implementation

ModifyDBClusterEndpointOutput({
  this.customEndpointType,
  this.dBClusterEndpointArn,
  this.dBClusterEndpointIdentifier,
  this.dBClusterEndpointResourceIdentifier,
  this.dBClusterIdentifier,
  this.endpoint,
  this.endpointType,
  this.excludedMembers,
  this.staticMembers,
  this.status,
});