DescribeConfigurationRevisionResponse class

Constructors

DescribeConfigurationRevisionResponse({String? configurationId, DateTime? created, String? data, String? description})
DescribeConfigurationRevisionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

configurationId String?
Required. The unique ID that Amazon MQ generates for the configuration.
final
created DateTime?
Required. The date and time of the configuration.
final
data String?
Required. The base64-encoded XML configuration.
final
description String?
The description of the configuration.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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