UpdateConfigurationResponse class

Constructors

UpdateConfigurationResponse({String? arn, DateTime? created, String? id, ConfigurationRevision? latestRevision, String? name, List<SanitizationWarning>? warnings})
UpdateConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
Required. The Amazon Resource Name (ARN) of the configuration.
final
created DateTime?
Required. The date and time of the configuration.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Required. The unique ID that Amazon MQ generates for the configuration.
final
latestRevision ConfigurationRevision?
The latest revision of the configuration.
final
name String?
Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<SanitizationWarning>?
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
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