GetSubscriptionDefinitionVersionResponse class

Constructors

GetSubscriptionDefinitionVersionResponse({String? arn, String? creationTimestamp, SubscriptionDefinitionVersion? definition, String? id, String? nextToken, String? version})
GetSubscriptionDefinitionVersionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the subscription definition version.
final
creationTimestamp String?
The time, in milliseconds since the epoch, when the subscription definition version was created.
final
definition SubscriptionDefinitionVersion?
Information about the subscription definition version.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the subscription definition version.
final
nextToken String?
The token for the next set of results, or ''null'' if there are no additional results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The version of the subscription definition version.
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