InstanceTypeDetails class

Constructors

InstanceTypeDetails({bool? advancedSecurityEnabled, bool? appLogsEnabled, bool? cognitoEnabled, bool? encryptionEnabled, List<String>? instanceRole, OpenSearchPartitionInstanceType? instanceType, bool? warmEnabled})
InstanceTypeDetails.fromJson(Map<String, dynamic> json)
factory

Properties

advancedSecurityEnabled bool?
final
appLogsEnabled bool?
final
cognitoEnabled bool?
final
encryptionEnabled bool?
final
hashCode int
The hash code for this object.
no setterinherited
instanceRole List<String>?
final
instanceType OpenSearchPartitionInstanceType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warmEnabled bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited