DescribeConfigurationRevisionResponse class

Constructors

DescribeConfigurationRevisionResponse({String? arn, DateTime? creationTime, String? description, int? revision, Uint8List? serverProperties})
DescribeConfigurationRevisionResponse.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
revision int?
The revision number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverProperties Uint8List?
Contents of the file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of can be in plaintext.
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