DescribeConfigurationResponse class

Constructors

DescribeConfigurationResponse({String? arn, DateTime? creationTime, String? description, List<String>? kafkaVersions, ConfigurationRevision? latestRevision, String? name, ConfigurationState? state})
DescribeConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the configuration.
final
creationTime DateTime?
The time when the configuration was created.
final
description String?
The description of the configuration.
final
hashCode int
The hash code for this object.
no setterinherited
kafkaVersions List<String>?
The versions of Apache Kafka with which you can use this MSK configuration.
final
latestRevision ConfigurationRevision?
Latest revision of the configuration.
final
name String?
The name of the configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ConfigurationState?
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
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