GroupVersion class

Information about a group version.

Constructors

GroupVersion({String? connectorDefinitionVersionArn, String? coreDefinitionVersionArn, String? deviceDefinitionVersionArn, String? functionDefinitionVersionArn, String? loggerDefinitionVersionArn, String? resourceDefinitionVersionArn, String? subscriptionDefinitionVersionArn})
GroupVersion.fromJson(Map<String, dynamic> json)
factory

Properties

connectorDefinitionVersionArn String?
The ARN of the connector definition version for this group.
final
coreDefinitionVersionArn String?
The ARN of the core definition version for this group.
final
deviceDefinitionVersionArn String?
The ARN of the device definition version for this group.
final
functionDefinitionVersionArn String?
The ARN of the function definition version for this group.
final
hashCode int
The hash code for this object.
no setterinherited
loggerDefinitionVersionArn String?
The ARN of the logger definition version for this group.
final
resourceDefinitionVersionArn String?
The ARN of the resource definition version for this group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionDefinitionVersionArn String?
The ARN of the subscription definition version for this group.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited