toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final licenseConfigurationArn = this.licenseConfigurationArn;
  final amiAssociationScope = this.amiAssociationScope;
  return {
    'LicenseConfigurationArn': licenseConfigurationArn,
    if (amiAssociationScope != null)
      'AmiAssociationScope': amiAssociationScope,
  };
}