InstanceTypeDetails constructor

InstanceTypeDetails({
  1. bool? advancedSecurityEnabled,
  2. bool? appLogsEnabled,
  3. bool? cognitoEnabled,
  4. bool? encryptionEnabled,
  5. List<String>? instanceRole,
  6. OpenSearchPartitionInstanceType? instanceType,
  7. bool? warmEnabled,
})

Implementation

InstanceTypeDetails({
  this.advancedSecurityEnabled,
  this.appLogsEnabled,
  this.cognitoEnabled,
  this.encryptionEnabled,
  this.instanceRole,
  this.instanceType,
  this.warmEnabled,
});